[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/lease: debug output for lease creation
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 2 14:18:16 UTC 2018
== Series Details ==
Series: series starting with [1/3] drm/lease: debug output for lease creation
URL : https://patchwork.freedesktop.org/series/51944/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
5d895baffdc1 drm/lease: debug output for lease creation
4f1d249eb9a4 drm/file: Uncompact the feature flags
-:8: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 39868bd7668b ("drm: Compact booleans within struct drm_file")'
#8:
commit 39868bd7668bd47308b1dfd97c212757caee764f
-:35: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#35: FILE: include/drm/drm_file.h:167:
+ bool authenticated;
-:43: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#43: FILE: include/drm/drm_file.h:174:
+ bool stereo_allowed;
-:52: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#52: FILE: include/drm/drm_file.h:182:
+ bool universal_planes;
-:56: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#56: FILE: include/drm/drm_file.h:185:
+ bool atomic;
-:65: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#65: FILE: include/drm/drm_file.h:193:
+ bool aspect_ratio_allowed;
-:73: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#73: FILE: include/drm/drm_file.h:200:
+ bool writeback_connectors;
-:82: CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#82: FILE: include/drm/drm_file.h:211:
+ bool is_master;
-:85: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter at ffwll.ch>'
total: 1 errors, 1 warnings, 7 checks, 52 lines checked
2c99ec333c84 drm/lease: look at ->universal_planes only once
-:74: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter at ffwll.ch>'
total: 0 errors, 1 warnings, 0 checks, 50 lines checked
More information about the Intel-gfx
mailing list