✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/display: Move port clock calculation
Patchwork
patchwork at emeril.freedesktop.org
Wed May 15 07:36:16 UTC 2024
== Series Details ==
Series: series starting with [1/2] drm/i915/display: Move port clock calculation
URL : https://patchwork.freedesktop.org/series/133640/
State : warning
== Summary ==
Error: dim checkpatch failed
a7f08368e5a3 drm/i915/display: Move port clock calculation
-:107: WARNING:LINE_SPACING: Missing a blank line after declarations
#107: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2058:
+ int port_clock = intel_c10pll_calc_port_clock(encoder, tables[i]);
+ if (clock == port_clock)
-:117: WARNING:LINE_SPACING: Missing a blank line after declarations
#117: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2118:
+ int port_clock = intel_c10pll_calc_port_clock(encoder, tables[i]);
+ if (crtc_state->port_clock == port_clock) {
-:135: WARNING:LINE_SPACING: Missing a blank line after declarations
#135: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2300:
+ int port_clock = intel_c20pll_calc_port_clock(encoder, tables[i]);
+ if (clock == port_clock)
-:156: WARNING:LINE_SPACING: Missing a blank line after declarations
#156: FILE: drivers/gpu/drm/i915/display/intel_cx0_phy.c:2361:
+ int port_clock = intel_c20pll_calc_port_clock(encoder, tables[i]);
+ if (crtc_state->port_clock == port_clock) {
total: 0 errors, 4 warnings, 0 checks, 228 lines checked
015f0e910af8 drm/i915/display: Remove .clock from pll state structure
More information about the Intel-gfx
mailing list