WARNING: line length of 91 exceeds 80 columns #212: FILE: drivers/net/can/usb/nct6694_canfd.c:143: +static inline struct nct6694_canfd_priv *rx_offload_to_priv(struct can_rx_offload *offload) WARNING: line length of 81 exceeds 80 columns #217: FILE: drivers/net/can/usb/nct6694_canfd.c:148: +static const struct can_bittiming_const nct6694_canfd_bittiming_nominal_const = { WARNING: line length of 81 exceeds 80 columns #344: FILE: drivers/net/can/usb/nct6694_canfd.c:275: +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:374: + 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:388: + .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:436: + struct nct6694_canfd_priv, WARNING: line length of 81 exceeds 80 columns #618: FILE: drivers/net/can/usb/nct6694_canfd.c:549: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG2, WARNING: line length of 81 exceeds 80 columns #620: FILE: drivers/net/can/usb/nct6694_canfd.c:551: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG1, WARNING: line length of 87 exceeds 80 columns #621: 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 #627: FILE: drivers/net/can/usb/nct6694_canfd.c:558: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG2, WARNING: line length of 81 exceeds 80 columns #629: FILE: drivers/net/can/usb/nct6694_canfd.c:560: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG1, WARNING: line length of 87 exceeds 80 columns #630: FILE: drivers/net/can/usb/nct6694_canfd.c:561: + d_bt->prop_seg + d_bt->phase_seg1 - 1)); total: 0 errors, 12 warnings, 0 checks, 845 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 1254d7d1d212 ("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, 845 lines checked