[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Move #define wbvind_on_all_cpus

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 10 22:10:26 UTC 2022


== Series Details ==

Series: Move #define wbvind_on_all_cpus
URL   : https://patchwork.freedesktop.org/series/99991/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
8fdf2f52d823 drm/i915/gt: Move wbvind_on_all_cpus #define
-:6: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#6: 
Move wbvind_on_all_cpus to intel_gt.h. This will allow other wbind_on_all_cpus

-:39: WARNING:INCLUDE_LINUX: Use #include <linux/smp.h> instead of <asm/smp.h>
#39: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:14:
+#include <asm/smp.h>

-:42: ERROR:CODE_INDENT: code indent should use tabs where possible
#42: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:17:
+         pr_warn(DRIVER_NAME ": Missing cache flush in %s\n", __func__)$

-:42: WARNING:LEADING_SPACE: please, no spaces at the start of a line
#42: FILE: drivers/gpu/drm/i915/gt/intel_gt.h:17:
+         pr_warn(DRIVER_NAME ": Missing cache flush in %s\n", __func__)$

total: 1 errors, 3 warnings, 0 checks, 26 lines checked




More information about the Intel-gfx mailing list