== Series Details == Series: More print message helper updates URL : https://patchwork.freedesktop.org/series/124853/ State : warning == Summary == Error: dim checkpatch failed 9ac3d314aeb4 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 67eeac580179 drm/i915: More use of GT specific print helpers