[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/selftests: Common live setup/teardown

Patchwork patchwork at emeril.freedesktop.org
Tue Jul 2 22:34:55 UTC 2019


== 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



More information about the Intel-gfx mailing list