[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: avoid spurious EBUSY due to nonblocking atomic modesets

Patchwork patchwork at emeril.freedesktop.org
Thu Jul 5 10:25:18 UTC 2018


== Series Details ==

Series: drm: avoid spurious EBUSY due to nonblocking atomic modesets
URL   : https://patchwork.freedesktop.org/series/45968/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ae0e8aaf3ac4 drm: avoid spurious EBUSY due to nonblocking atomic modesets
-:33: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#33: 
References: https://lists.freedesktop.org/archives/dri-devel/2018-July/182281.html

-:49: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#49: FILE: drivers/gpu/drm/drm_atomic.c:2021:
+	unsigned requested_crtc = 0;

-:50: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#50: FILE: drivers/gpu/drm/drm_atomic.c:2022:
+	unsigned affected_crtc = 0;

total: 0 errors, 3 warnings, 0 checks, 46 lines checked



More information about the Intel-gfx mailing list