WARNING: line length of 93 exceeds 80 columns #53: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1699: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, FIELD_PREP_WM16(BIT(1), 1)); WARNING: line length of 93 exceeds 80 columns #65: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1712: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, FIELD_PREP_WM16(BIT(4), 1)); WARNING: line length of 93 exceeds 80 columns #76: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1724: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, FIELD_PREP_WM16(BIT(0), 1)); WARNING: line length of 93 exceeds 80 columns #85: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1734: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, FIELD_PREP_WM16(BIT(3), 1)); total: 0 errors, 4 warnings, 0 checks, 52 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 2b33fdd5fd36 ("drm/rockchip: vop2: switch to FIELD_PREP_WM16 macro") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 4 warnings, 0 checks, 52 lines checked