== Series Details == Series: DPLL framework redesign URL : https://patchwork.freedesktop.org/series/149052/ State : warning
== Summary == Error: dim checkpatch failed c8fd0a76fae2 drm/i915/dpll: Rename intel_dpll f2f768c37475 drm/i915/dpll: Rename intel_dpll_funcs 62446e56b431 drm/i915/dpll: Rename intel_shared_dpll_state be6f1f619ffc drm/i915/dpll: Rename macro for_each_shared_dpll -:103: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__display' - possible side-effects? #103: 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)++) -:103: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__i' - possible side-effects? #103: 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 fdb7eb744fc2 drm/i915/dpll: Rename intel_shared_dpll_funcs 30f7b1e101da drm/i915/dpll: Rename intel_shared_dpll 9b2e11873e90 drm/i915/dpll: Move away from using shared dpll 495e129328ba drm/i915/dpll: Rename crtc_get_shared_dpll b46019338007 drm/i915/dpll: Rename intel_[enable/disable]_dpll bad908ede2e9 drm/i915/dpll: Rename intel_unreference_dpll_crtc dad4e80c80f4 drm/i915/dpll: Rename intel_reference_dpll_crtc 4ccaa1997e75 drm/i915/dpll: Rename intel_<release/reserve>_dpll 4ff1c7ce6d10 drm/i915/dpll: Rename intel_compute_dpll 2cf687ea9faf drm/i915/dpll: Rename intel_update_active_dpll