[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Exercise timeslice rewinding (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Feb 13 16:11:17 UTC 2020
== Series Details ==
Series: drm/i915/selftests: Exercise timeslice rewinding (rev2)
URL : https://patchwork.freedesktop.org/series/73198/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
9c851daea682 drm/i915/selftests: Exercise timeslice rewinding
-:13: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#13:
References: 5ba32c7be81e ("drm/i915/execlists: Always force a context reload when rewinding RING_TAIL")
-:13: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 5ba32c7be81e ("drm/i915/execlists: Always force a context reload when rewinding RING_TAIL")'
#13:
References: 5ba32c7be81e ("drm/i915/execlists: Always force a context reload when rewinding RING_TAIL")
-:116: ERROR:SPACING: spaces required around that '=' (ctx:VxV)
#116: FILE: drivers/gpu/drm/i915/gt/selftest_lrc.c:940:
+ enum { X=1, Y, Z };
^
-:198: ERROR:SPACING: space prohibited after that open parenthesis '('
#198: FILE: drivers/gpu/drm/i915/gt/selftest_lrc.c:1022:
+ GEM_BUG_ON( i915_request_is_active(rq[A2]));
-:233: WARNING:MEMORY_BARRIER: memory barrier without comment
#233: FILE: drivers/gpu/drm/i915/gt/selftest_lrc.c:1057:
+ wmb();
total: 3 errors, 2 warnings, 0 checks, 234 lines checked
More information about the Intel-gfx
mailing list