WARNING: line length of 90 exceeds 80 columns #43: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1698: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, HWORD_UPDATE(BIT(1), 1)); WARNING: line length of 90 exceeds 80 columns #55: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1711: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, HWORD_UPDATE(BIT(4), 1)); WARNING: line length of 90 exceeds 80 columns #66: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1723: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, HWORD_UPDATE(BIT(0), 1)); WARNING: line length of 90 exceeds 80 columns #75: FILE: drivers/gpu/drm/rockchip/rockchip_vop2_reg.c:1733: + regmap_write(vop2->vop_grf, RK3588_GRF_VOP_CON2, HWORD_UPDATE(BIT(3), 1)); total: 0 errors, 4 warnings, 0 checks, 45 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 6b1b9c2dcaa3 ("drm/rockchip: vop2: switch to HWORD_UPDATE 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, 45 lines checked