== Series Details == Series: series starting with [dii-client,1/2] drm/i915: Make i915_coherent_map_type GT-centric URL : https://patchwork.freedesktop.org/series/121324/ State : warning == Summary == Error: dim checkpatch failed 04b9b8deb0b7 drm/i915: Make i915_coherent_map_type GT-centric -:225: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #225: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:1195: + intel_gt_coherent_map_type(ce->engine->gt, ce->state->obj, -:259: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #259: FILE: drivers/gpu/drm/i915/gt/selftest_context.c:92: + intel_gt_coherent_map_type(engine->gt, ce->state->obj, false)); -:294: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #294: FILE: drivers/gpu/drm/i915/gt/selftest_lrc.c:1296: + intel_gt_coherent_map_type(engine->gt, ce->state->obj, -:378: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #378: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc.c:796: + intel_gt_coherent_map_type(guc_to_gt(guc), vma->obj, true)); -:453: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #453: FILE: drivers/gpu/drm/i915/pxp/intel_pxp_tee.c:249: + cmd = i915_gem_object_pin_map_unlocked(obj, intel_gt_coherent_map_type(pxp->ctrl_gt, obj, true)); total: 0 errors, 1 warnings, 4 checks, 329 lines checked 75d808bcaca2 drm/i915/gt: Apply workaround 22016122933 correctly