== Series Details == Series: series starting with [1/3] drm/i915/gt: Simplify shmem_create_from_object map_type selection URL : https://patchwork.freedesktop.org/series/121373/ State : warning == Summary == Error: dim checkpatch failed dd84f9f99c63 drm/i915/gt: Simplify shmem_create_from_object map_type selection bf170c1d59f6 drm/i915: Make i915_coherent_map_type GT-centric -:216: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #216: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:1195: + intel_gt_coherent_map_type(ce->engine->gt, ce->state->obj, -:250: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #250: FILE: drivers/gpu/drm/i915/gt/selftest_context.c:92: + intel_gt_coherent_map_type(engine->gt, ce->state->obj, false)); -:285: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #285: FILE: drivers/gpu/drm/i915/gt/selftest_lrc.c:1296: + intel_gt_coherent_map_type(engine->gt, ce->state->obj, -:319: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #319: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc.c:796: + intel_gt_coherent_map_type(guc_to_gt(guc), vma->obj, true)); -:402: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #402: 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, 290 lines checked 8f99ef785777 drm/i915/gt: Apply workaround 22016122933 correctly