== Series Details == Series: More print message helper updates (rev2) URL : https://patchwork.freedesktop.org/series/124853/ State : warning == Summary == Error: dim checkpatch failed e57654f9ec79 drm/i915/gt: More use of GT specific print helpers -:163: CHECK:MACRO_ARG_REUSE: Macro argument reuse '_gt' - possible side-effects? #163: FILE: drivers/gpu/drm/i915/gt/intel_gt_print.h:19: +#define gt_warn_once(_gt, _fmt, ...) \ + drm_warn_once(&(_gt)->i915->drm, "GT%u: " _fmt, (_gt)->info.id, ##__VA_ARGS__) total: 0 errors, 0 warnings, 1 checks, 232 lines checked 5df9181f4e24 drm/i915: More use of GT specific print helpers