== Series Details == Series: drm/i915/adl-n: Enable ADL-N platform (rev3) URL : https://patchwork.freedesktop.org/series/97406/ State : warning == Summary == $ dim checkpatch origin/drm-tip 7d0f0f58c665 drm/i915/adl-n: Enable ADL-N platform -:103: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #103: FILE: include/drm/i915_pciids.h:670: +#define INTEL_ADLN_IDS(info) \ + INTEL_VGA_DEVICE(0x46D0, info), \ + INTEL_VGA_DEVICE(0x46D1, info), \ + INTEL_VGA_DEVICE(0x46D2, info) -:103: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'info' - possible side-effects? #103: FILE: include/drm/i915_pciids.h:670: +#define INTEL_ADLN_IDS(info) \ + INTEL_VGA_DEVICE(0x46D0, info), \ + INTEL_VGA_DEVICE(0x46D1, info), \ + INTEL_VGA_DEVICE(0x46D2, info) total: 1 errors, 0 warnings, 1 checks, 62 lines checked