[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: timeline semaphore support (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 21 13:53:35 UTC 2019
== Series Details ==
Series: drm/i915: timeline semaphore support (rev4)
URL : https://patchwork.freedesktop.org/series/61032/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
41f8e78e82c4 drm/i915: introduce a mechanism to extend execbuf2
-:141: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#141: FILE: include/uapi/drm/i915_drm.h:1165:
+#define __I915_EXEC_UNKNOWN_FLAGS (-(I915_EXEC_USE_EXTENSIONS<<1))
^
total: 0 errors, 0 warnings, 1 checks, 113 lines checked
069b5af0d919 drm/i915: add syncobj timeline support
-:25: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#25:
https://lists.freedesktop.org/archives/dri-devel/2019-August/229287.html
-:379: WARNING:TYPO_SPELLING: 'transfered' may be misspelled - perhaps 'transferred'?
#379: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:2591:
+ * The chain's ownership is transfered to the
-:410: ERROR:CODE_INDENT: code indent should use tabs where possible
#410: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:2622:
+ [DRM_I915_GEM_EXECBUFFER_EXT_TIMELINE_FENCES] = parse_timeline_fences,$
-:410: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#410: FILE: drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c:2622:
+ [DRM_I915_GEM_EXECBUFFER_EXT_TIMELINE_FENCES] = parse_timeline_fences,$
total: 1 errors, 3 warnings, 0 checks, 541 lines checked
More information about the Intel-gfx
mailing list