== Series Details ==

Series: drm/i915/selftests: Common live setup/teardown
URL   : https://patchwork.freedesktop.org/series/63099/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
5f846dba1d19 drm/i915/selftests: Common live setup/teardown
-:239: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'T' - possible side-effects?
#239: FILE: drivers/gpu/drm/i915/i915_selftest.h:85:
+#define i915_live_subtests(T, data) ({ \
+       typecheck(struct drm_i915_private *, data); \
+       __i915_subtests(__func__, \
+                       __i915_live_setup, __i915_live_teardown, \
+                       T, ARRAY_SIZE(T), data); \
+})

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

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to