[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: document and enforce rules around "spurious" EBUSY from atomic_commit
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 22 18:57:51 UTC 2020
== Series Details ==
Series: drm: document and enforce rules around "spurious" EBUSY from atomic_commit
URL : https://patchwork.freedesktop.org/series/81988/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
a5bc5130e920 drm: document and enforce rules around "spurious" EBUSY from atomic_commit
-:42: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#42:
References: https://lists.freedesktop.org/archives/dri-devel/2018-July/182281.html
-:70: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#70: FILE: drivers/gpu/drm/drm_atomic.c:1269:
+ unsigned requested_crtc = 0;
-:71: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#71: FILE: drivers/gpu/drm/drm_atomic.c:1270:
+ unsigned affected_crtc = 0;
-:106: WARNING:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Daniel Vetter <daniel.vetter at ffwll.ch>'
total: 0 errors, 4 warnings, 0 checks, 49 lines checked
More information about the Intel-gfx
mailing list