[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/psr: Use calculated io and fast wake lines

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 21 09:12:22 UTC 2023


== Series Details ==

Series: drm/i915/psr: Use calculated io and fast wake lines
URL   : https://patchwork.freedesktop.org/series/114217/
State : warning

== Summary ==

Error: dim checkpatch failed
aad4075e9d51 drm/i915/psr: Use calculated io and fast wake lines
-:123: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#123: FILE: drivers/gpu/drm/i915/display/intel_psr.c:841:
+	io_wake_lines = intel_usecs_to_scanlines(

-:125: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#125: FILE: drivers/gpu/drm/i915/display/intel_psr.c:843:
+	fast_wake_lines = intel_usecs_to_scanlines(

-:133: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#133: FILE: drivers/gpu/drm/i915/display/intel_psr.c:851:
+		io_wake_lines = fast_wake_lines = max_wake_lines;

total: 0 errors, 0 warnings, 3 checks, 118 lines checked




More information about the Intel-gfx mailing list