[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] drm/i915/sseu: Don't overallocate subslice storage
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 11 23:05:13 UTC 2022
== Series Details ==
Series: series starting with [v2,1/2] drm/i915/sseu: Don't overallocate subslice storage
URL : https://patchwork.freedesktop.org/series/101305/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
0bb362f30a14 drm/i915/sseu: Don't overallocate subslice storage
-:73: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'a' - possible side-effects?
#73: FILE: drivers/gpu/drm/i915/gt/intel_sseu.h:38:
+#define SSEU_MAX(a, b) ((a) > (b) ? (a) : (b))
-:73: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'b' - possible side-effects?
#73: FILE: drivers/gpu/drm/i915/gt/intel_sseu.h:38:
+#define SSEU_MAX(a, b) ((a) > (b) ? (a) : (b))
total: 0 errors, 0 warnings, 2 checks, 69 lines checked
1ccf9d7178f9 drm/i915/xehp: Update topology dumps for Xe_HP
More information about the Intel-gfx
mailing list