[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: implement internal workqueues

Patchwork patchwork at emeril.freedesktop.org
Thu May 11 09:05:31 UTC 2023


== Series Details ==

Series: drm/i915: implement internal workqueues
URL   : https://patchwork.freedesktop.org/series/117618/
State : warning

== Summary ==

Error: dim checkpatch failed
501007ed8e45 drm/i915: add a dedicated workqueue inside drm_i915_private
-:622: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!dev_priv->i915_wq"
#622: FILE: drivers/gpu/drm/i915/i915_driver.c:136:
+	if (dev_priv->i915_wq == NULL)

total: 0 errors, 0 warnings, 1 checks, 501 lines checked
c4a59f545f7a drm/i915/gt: create workqueue dedicated to wake references
-:156: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!wf->wq"
#156: FILE: drivers/gpu/drm/i915/intel_wakeref.c:109:
+	if (wf->wq == NULL)

total: 0 errors, 0 warnings, 1 checks, 160 lines checked
0e6e672b91b6 drm/i915/selftests: add local workqueue for SW fence selftest
-:30: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!wq"
#30: FILE: drivers/gpu/drm/i915/selftests/i915_sw_fence.c:530:
+	if (wq == NULL)

total: 0 errors, 0 warnings, 1 checks, 38 lines checked




More information about the Intel-gfx mailing list