[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for More print message helper updates (rev2)

Patchwork patchwork at emeril.freedesktop.org
Tue Oct 10 05:02:43 UTC 2023


== Series Details ==

Series: More print message helper updates (rev2)
URL   : https://patchwork.freedesktop.org/series/124853/
State : warning

== Summary ==

Error: dim checkpatch failed
e57654f9ec79 drm/i915/gt: More use of GT specific print helpers
-:163: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_gt' - possible side-effects?
#163: FILE: drivers/gpu/drm/i915/gt/intel_gt_print.h:19:
+#define gt_warn_once(_gt, _fmt, ...) \
+	drm_warn_once(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__)

total: 0 errors, 0 warnings, 1 checks, 232 lines checked
5df9181f4e24 drm/i915: More use of GT specific print helpers




More information about the Intel-gfx mailing list