WARNING: line length of 91 exceeds 80 columns #213: FILE: drivers/net/can/usb/nct6694_canfd.c:144: +static inline struct nct6694_canfd_priv *rx_offload_to_priv(struct can_rx_offload *offload) WARNING: line length of 81 exceeds 80 columns #218: FILE: drivers/net/can/usb/nct6694_canfd.c:149: +static const struct can_bittiming_const nct6694_canfd_bittiming_nominal_const = { WARNING: line length of 81 exceeds 80 columns #345: FILE: drivers/net/can/usb/nct6694_canfd.c:276: +static void nct6694_canfd_handle_state_change(struct net_device *ndev, u8 status) WARNING: line length of 81 exceeds 80 columns #441: FILE: drivers/net/can/usb/nct6694_canfd.c:372: + stats->tx_bytes += can_rx_offload_get_echo_skb_queue_tail(&priv->offload, WARNING: line length of 89 exceeds 80 columns #455: FILE: drivers/net/can/usb/nct6694_canfd.c:386: + .sel = NCT6694_CANFD_EVENT_SEL(ndev->dev_port, NCT6694_CANFD_EVENT_MASK), WARNING: line length of 81 exceeds 80 columns #503: FILE: drivers/net/can/usb/nct6694_canfd.c:434: + struct nct6694_canfd_priv, WARNING: line length of 81 exceeds 80 columns #616: FILE: drivers/net/can/usb/nct6694_canfd.c:547: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG2, WARNING: line length of 81 exceeds 80 columns #618: FILE: drivers/net/can/usb/nct6694_canfd.c:549: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG1, WARNING: line length of 87 exceeds 80 columns #619: FILE: drivers/net/can/usb/nct6694_canfd.c:550: + n_bt->prop_seg + n_bt->phase_seg1 - 1)); WARNING: line length of 81 exceeds 80 columns #625: FILE: drivers/net/can/usb/nct6694_canfd.c:556: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG2, WARNING: line length of 81 exceeds 80 columns #627: FILE: drivers/net/can/usb/nct6694_canfd.c:558: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG1, WARNING: line length of 87 exceeds 80 columns #628: FILE: drivers/net/can/usb/nct6694_canfd.c:559: + d_bt->prop_seg + d_bt->phase_seg1 - 1)); total: 0 errors, 12 warnings, 0 checks, 844 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 6ab8dad6780f ("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, 844 lines checked