[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri Nov 22 10:12:12 UTC 2019
== Series Details ==
Series: drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request (rev3)
URL : https://patchwork.freedesktop.org/series/69824/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
c125a9e24761 drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
-:51: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#51:
> So the re-use might initialize the fields lazily, not necessarily using a ctor.
-:249: WARNING:AVOID_BUG: Avoid crashing the kernel - try using WARN_ON & recovery code rather than BUG() or BUG_ON()
#249: FILE: drivers/gpu/drm/i915/i915_sw_fence.c:16:
+#define I915_SW_FENCE_BUG_ON(expr) BUG_ON(expr)
total: 0 errors, 2 warnings, 0 checks, 175 lines checked
More information about the Intel-gfx
mailing list