CHECK: Alignment should match open parenthesis #225: FILE: drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:1582: + FIELD_PREP_WM16(RK3399_DSI1_ENABLE, + GENMASK(dsi->dphy_config.lanes - 1, 0))); WARNING: line length of 81 exceeds 80 columns #287: FILE: drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:1629: + .lanecfg2 = (FIELD_PREP_WM16_CONST(RK3399_TXRX_MASTERSLAVEZ, 1) | WARNING: line length of 88 exceeds 80 columns #293: FILE: drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:1634: + .enable = FIELD_PREP_WM16_CONST(RK3399_DSI1_ENABLE, RK3399_DSI1_ENABLE), WARNING: line length of 84 exceeds 80 columns #306: FILE: drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:1651: + FIELD_PREP_WM16_CONST(RK3568_DSI0_FORCETXSTOPMODE, 0) | WARNING: line length of 84 exceeds 80 columns #319: FILE: drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:1660: + FIELD_PREP_WM16_CONST(RK3568_DSI1_FORCETXSTOPMODE, 0) | WARNING: line length of 83 exceeds 80 columns #334: FILE: drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c:1674: + FIELD_PREP_WM16_CONST(RV1126_DSI_FORCETXSTOPMODE, 0)), total: 0 errors, 5 warnings, 1 checks, 279 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 9bdc69689c59 ("drm/rockchip: dsi: switch to FIELD_PREP_WM16* macros") 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, 5 warnings, 1 checks, 279 lines checked