== Series Details == Series: drm/i915/guc: Debug print LRC state entries only if the context is pinned URL : https://patchwork.freedesktop.org/series/143361/ State : warning == Summary == Error: dim checkpatch failed f52e022b8e3d drm/i915/guc: Debug print LRC state entries only if the context is pinned -:33: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #33: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:5524: + drm_printf(p, "\t\tLRC Head: Internal %u, Memory %u\n", + ce->ring->head, -:36: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #36: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:5527: + drm_printf(p, "\t\tLRC Tail: Internal %u, Memory %u\n", + ce->ring->tail, -:41: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #41: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:5532: + drm_printf(p, "\t\tLRC Head: Internal %u, Memory not pinned\n", + ce->ring->head); -:43: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #43: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:5534: + drm_printf(p, "\t\tLRC Tail: Internal %u, Memory not pinned\n", + ce->ring->tail); total: 0 errors, 0 warnings, 4 checks, 26 lines checked