== Series Details == Series: drm/i915/adl-n: Enable ADL-N platform URL : https://patchwork.freedesktop.org/series/97406/ State : warning == Summary == $ dim checkpatch origin/drm-tip 39db60e0b083 drm/i915/adl-n: Enable ADL-N platform -:98: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #98: 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) -:98: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'info' - possible side-effects? #98: 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, 59 lines checked