[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for ppgtt/i915: memory address masks

Patchwork patchwork at emeril.freedesktop.org
Thu Oct 25 09:29:03 UTC 2018


== Series Details ==

Series: ppgtt/i915: memory address masks
URL   : https://patchwork.freedesktop.org/series/51499/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
19ba58175c82 ppgtt/i915: memory address masks
-:10: WARNING:TYPO_SPELLING: 'adresses' may be misspelled - perhaps 'addresses'?
#10: 
So on 32-bit systems 48-bit adresses goes to be cut to 32 bits.

-:46: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#46: FILE: drivers/gpu/drm/i915/i915_gem_gtt.h:681:
+#define PAGE_MASK		(~((__u64)PAGE_SIZE-1))
                  		                   ^

-:48: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Sergii Romantsov <sergii.romantsov at gmail.com>'

total: 0 errors, 2 warnings, 1 checks, 20 lines checked



More information about the Intel-gfx mailing list