== Series Details == Series: series starting with [1/2] drm/i915: Move some of the request decisions out of rps_boost function. URL : https://patchwork.freedesktop.org/series/108048/ State : warning == Summary == Error: dim checkpatch failed a285a0d0be8a drm/i915: Move some of the request decisions out of rps_boost function. -:82: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line #82: FILE: drivers/gpu/drm/i915/i915_request.h:631: + return i915_request_signaled(rq) + && test_bit(I915_FENCE_FLAG_BOOST, &rq->fence.flags); total: 0 errors, 0 warnings, 1 checks, 45 lines checked 64ba2dbf4ab0 drm/i915: Don't try to disable host RPS when this was never enabled.