== Series Details == Series: DPLL framework redesign URL : https://patchwork.freedesktop.org/series/145381/ State : warning == Summary == Error: dim checkpatch failed 9523ed1edd93 drm/i915/dpll: Rename intel_shared_dpll_state 778ac8bed0bd drm/i915/dpll: Rename macro for_each_shared_dpll -:102: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__display' - possible side-effects? #102: FILE: drivers/gpu/drm/i915/display/intel_dpll_mgr.h:33: +#define for_each_dpll(__display, __pll, __i) \ for ((__i) = 0; (__i) < (__display)->dpll.num_shared_dpll && \ ((__pll) = &(__display)->dpll.shared_dplls[(__i)]) ; (__i)++) -:102: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__i' - possible side-effects? #102: FILE: drivers/gpu/drm/i915/display/intel_dpll_mgr.h:33: +#define for_each_dpll(__display, __pll, __i) \ for ((__i) = 0; (__i) < (__display)->dpll.num_shared_dpll && \ ((__pll) = &(__display)->dpll.shared_dplls[(__i)]) ; (__i)++) total: 0 errors, 0 warnings, 2 checks, 81 lines checked 565b690413ef drm/i915/dpll: Rename intel_shared_dpll_funcs 3ccf267e3b59 drm/i915/dpll: Rename intel_shared_dpll 17e951fd954d drm/i915/dpll: Move away from using shared dpll 073cbc788c76 drm/i915/dpll: Rename crtc_get_shared_dpll bd86289dc9b2 drm/i915/dpll: Change argument for enable hook in intel_global_dpll_funcs 945d375b88eb drm/i915/drm: Rename disable hook in intel_dpll_global_func ab2274ce0cf7 drm/i915/dpll: Introduce new hook in intel_global_dpll_func 051b5b21274c drm/i915/dpll: Add intel_encoder argument to get_hw_state hook 14c6ba6bf5dc drm/i915/dpll: Change arguments for get_freq hook