== Series Details == Series: series starting with [1/3] drm/i915/display: Add missing checks for cdclk crawling (rev2) URL : https://patchwork.freedesktop.org/series/111045/ State : warning == Summary == Error: dim checkpatch failed 2934471a6919 drm/i915/display: Add missing checks for cdclk crawling f7ff44e0745c drm/i915/display: Do both crawl and squash when changing cdclk -:62: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #62: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1736: + const struct intel_cdclk_config *old_cdclk_config, -:63: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #63: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1737: + const struct intel_cdclk_config *new_cdclk_config, -:174: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 26) #174: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1854: + if (DISPLAY_VER(dev_priv) >= 14) + /* NOOP */; -:206: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 19) #206: FILE: drivers/gpu/drm/i915/display/intel_cdclk.c:1885: + if (DISPLAY_VER(dev_priv) >= 14) [...] + */; total: 0 errors, 4 warnings, 0 checks, 220 lines checked eb9eda5c9027 drm/i915/display: Add CDCLK Support for MTL