== Series Details == Series: series starting with [1/2] drm/i915/ats-m: add ATS-M platform info URL : https://patchwork.freedesktop.org/series/101907/ State : warning == Summary == $ dim checkpatch origin/drm-tip c04b9a2f4ad0 drm/i915/ats-m: add ATS-M platform info aa5b9f1e5976 topic/core-for-CI: Add ATS-M PCI IDs -:63: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #63: FILE: include/drm/i915_pciids.h:717: +#define INTEL_ATS_M_IDS(info) \ + INTEL_ATS_M150_IDS(info), \ + INTEL_ATS_M75_IDS(info) -:63: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'info' - possible side-effects? #63: FILE: include/drm/i915_pciids.h:717: +#define INTEL_ATS_M_IDS(info) \ + INTEL_ATS_M150_IDS(info), \ + INTEL_ATS_M75_IDS(info) total: 1 errors, 0 warnings, 1 checks, 40 lines checked