== Series Details == Series: series starting with [1/3] drm/i915/gt: Simplify shmem_create_from_object map_type selection (rev2) URL : https://patchwork.freedesktop.org/series/121373/ State : warning == Summary == Error: dim checkpatch failed 45c69ff3c0cc drm/i915/gt: Simplify shmem_create_from_object map_type selection 0f15eef4dd9e drm/i915: Make i915_coherent_map_type GT-centric -:218: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #218: FILE: drivers/gpu/drm/i915/gt/intel_lrc.c:1195: + intel_gt_coherent_map_type(ce->engine->gt, ce->state->obj, -:252: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #252: FILE: drivers/gpu/drm/i915/gt/selftest_context.c:92: + intel_gt_coherent_map_type(engine->gt, ce->state->obj, false)); -:287: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #287: FILE: drivers/gpu/drm/i915/gt/selftest_lrc.c:1296: + intel_gt_coherent_map_type(engine->gt, ce->state->obj, -:321: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #321: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc.c:796: + intel_gt_coherent_map_type(guc_to_gt(guc), vma->obj, true)); -:404: WARNING:LONG_LINE: line length of 105 exceeds 100 columns #404: 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 467847c18f1d drm/i915/gt: Apply workaround 22016122933 correctly