[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gtt: Fix rounding for 36b
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 19 13:57:21 UTC 2019
== Series Details ==
Series: drm/i915/gtt: Fix rounding for 36b
URL : https://patchwork.freedesktop.org/series/63944/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
2262925a2845 drm/i915/gtt: Fix rounding for 36b
-:27: WARNING:LINE_SPACING: Missing a blank line after declarations
#27: FILE: drivers/gpu/drm/i915/i915_gem_gtt.c:911:
+ unsigned int shift = __gen8_pte_shift(vm->top);
+ return (vm->total + (1ull << shift) - 1) >> shift;
total: 0 errors, 1 warnings, 0 checks, 47 lines checked
More information about the Intel-gfx
mailing list