== 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


Reply via email to