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