WARNING: line length of 92 exceeds 80 columns #30: FILE: drivers/net/can/rcar/rcar_canfd.c:113: + (((x) & ((gpriv)->info->nom_bittiming->tseg2_max - 1)) << (gpriv)->info->sh->ntseg2) WARNING: line length of 92 exceeds 80 columns #34: FILE: drivers/net/can/rcar/rcar_canfd.c:116: + (((x) & ((gpriv)->info->nom_bittiming->tseg1_max - 1)) << (gpriv)->info->sh->ntseg1) WARNING: line length of 88 exceeds 80 columns #38: FILE: drivers/net/can/rcar/rcar_canfd.c:119: + (((x) & ((gpriv)->info->nom_bittiming->sjw_max - 1)) << (gpriv)->info->sh->nsjw) WARNING: line length of 93 exceeds 80 columns #47: FILE: drivers/net/can/rcar/rcar_canfd.c:184: + (((x) & ((gpriv)->info->data_bittiming->tseg2_max - 1)) << (gpriv)->info->sh->dtseg2) WARNING: line length of 93 exceeds 80 columns #51: FILE: drivers/net/can/rcar/rcar_canfd.c:187: + (((x) & ((gpriv)->info->data_bittiming->tseg1_max - 1)) << (gpriv)->info->sh->dtseg1) WARNING: line length of 83 exceeds 80 columns #77: FILE: drivers/net/can/rcar/rcar_canfd.c:521: + u8 nsjw; /* Nominal Bit Rate Resynchronization Jump Width Control */ total: 0 errors, 6 warnings, 0 checks, 128 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 ee34dfdbd8f5 ("can: rcar_canfd: Add sh variable to struct rcar_canfd_hw_info") 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, 6 warnings, 0 checks, 128 lines checked