[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 8 18:41:37 UTC 2020
== Series Details ==
Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets (rev6)
URL : https://patchwork.freedesktop.org/series/45968/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
efd6fbbdbe13 drm: avoid spurious EBUSY due to nonblocking atomic modesets
-:38: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#38:
References: https://lists.freedesktop.org/archives/dri-devel/2018-July/182281.html
-:56: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#56: FILE: drivers/gpu/drm/drm_atomic.c:1365:
+ unsigned requested_crtc = 0;
-:57: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#57: FILE: drivers/gpu/drm/drm_atomic.c:1366:
+ unsigned affected_crtc = 0;
-:97: 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, 46 lines checked
More information about the Intel-gfx
mailing list