WARNING: line length of 91 exceeds 80 columns #215: FILE: drivers/net/can/usb/nct6694_canfd.c:145: +static inline struct nct6694_canfd_priv *rx_offload_to_priv(struct can_rx_offload *offload) WARNING: line length of 81 exceeds 80 columns #220: FILE: drivers/net/can/usb/nct6694_canfd.c:150: +static const struct can_bittiming_const nct6694_canfd_bittiming_nominal_const = { WARNING: line length of 81 exceeds 80 columns #347: FILE: drivers/net/can/usb/nct6694_canfd.c:277: +static void nct6694_canfd_handle_state_change(struct net_device *ndev, u8 status) WARNING: line length of 81 exceeds 80 columns #443: FILE: drivers/net/can/usb/nct6694_canfd.c:373: + stats->tx_bytes += can_rx_offload_get_echo_skb_queue_tail(&priv->offload, WARNING: line length of 89 exceeds 80 columns #457: FILE: drivers/net/can/usb/nct6694_canfd.c:387: + .sel = NCT6694_CANFD_EVENT_SEL(ndev->dev_port, NCT6694_CANFD_EVENT_MASK), WARNING: line length of 81 exceeds 80 columns #505: FILE: drivers/net/can/usb/nct6694_canfd.c:435: + struct nct6694_canfd_priv, WARNING: line length of 81 exceeds 80 columns #619: FILE: drivers/net/can/usb/nct6694_canfd.c:549: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG2, WARNING: line length of 81 exceeds 80 columns #621: FILE: drivers/net/can/usb/nct6694_canfd.c:551: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG1, WARNING: line length of 87 exceeds 80 columns #622: FILE: drivers/net/can/usb/nct6694_canfd.c:552: + n_bt->prop_seg + n_bt->phase_seg1 - 1)); WARNING: line length of 81 exceeds 80 columns #633: FILE: drivers/net/can/usb/nct6694_canfd.c:563: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG2, WARNING: line length of 81 exceeds 80 columns #635: FILE: drivers/net/can/usb/nct6694_canfd.c:565: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG1, WARNING: line length of 87 exceeds 80 columns #636: FILE: drivers/net/can/usb/nct6694_canfd.c:566: + d_bt->prop_seg + d_bt->phase_seg1 - 1) | total: 0 errors, 12 warnings, 0 checks, 850 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 852c39c5f20e ("can: Add Nuvoton NCT6694 CANFD support") 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, 12 warnings, 0 checks, 850 lines checked