== Series Details == Series: drm/xe/display: fix potential overflow when multiplying 2 u32 (rev2) URL : https://patchwork.freedesktop.org/series/131014/ State : warning == Summary == Error: dim checkpatch failed 8f904ca289af drm/xe/display: fix potential overflow when multiplying 2 u32 -:20: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #20: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:32: + u64 pte = ggtt->pt_ops->pte_encode_bo(bo, mul_u32_u32(src_idx, XE_PAGE_SIZE), -:30: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #30: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:65: + pte_encode_bo(bo, mul_u32_u32(src_idx, XE_PAGE_SIZE), xe->pat.idx[XE_CACHE_WB])); -:47: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #47: FILE: drivers/gpu/drm/xe/display/xe_fb_pin.c:167: + u64 pte = ggtt->pt_ops->pte_encode_bo(bo, mul_u32_u32(src_idx, XE_PAGE_SIZE), total: 0 errors, 2 warnings, 1 checks, 38 lines checked