[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for sysfs: Disable lockdep for driver bind/unbind files

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 18 20:23:58 UTC 2018


== Series Details ==

Series: sysfs: Disable lockdep for driver bind/unbind files
URL   : https://patchwork.freedesktop.org/series/54238/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
53cd70987b66 sysfs: Disable lockdep for driver bind/unbind files
-:106: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 356c05d58af0 ("sysfs: get rid of some lockdep false positives")'
#106: 
commit 356c05d58af05d582e634b54b40050c73609617b

-:112: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit e9b526fe7048 ("i2c: suppress lockdep warning on delete_device")'
#112: 
commit e9b526fe704812364bca07edd15eadeba163ebfb

-:141: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IWUSR' are not preferred. Consider using octal permissions '0200'.
#141: FILE: drivers/base/bus.c:198:
+static DRIVER_ATTR_IGNORE_LOCKDEP(unbind, S_IWUSR, NULL, unbind_store);

-:150: WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IWUSR' are not preferred. Consider using octal permissions '0200'.
#150: FILE: drivers/base/bus.c:234:
+static DRIVER_ATTR_IGNORE_LOCKDEP(bind, S_IWUSR, NULL, bind_store);

-:168: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter at ffwll.ch>'

total: 2 errors, 3 warnings, 0 checks, 26 lines checked



More information about the Intel-gfx mailing list