WARNING: line length of 91 exceeds 80 columns #217: FILE: drivers/net/can/usb/nct6694_canfd.c:146: +static inline struct nct6694_canfd_priv *rx_offload_to_priv(struct can_rx_offload *offload) WARNING: line length of 81 exceeds 80 columns #222: FILE: drivers/net/can/usb/nct6694_canfd.c:151: +static const struct can_bittiming_const nct6694_canfd_bittiming_nominal_const = { WARNING: line length of 81 exceeds 80 columns #349: FILE: drivers/net/can/usb/nct6694_canfd.c:278: +static void nct6694_canfd_handle_state_change(struct net_device *ndev, u8 status) WARNING: line length of 81 exceeds 80 columns #445: 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 #459: 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 #507: FILE: drivers/net/can/usb/nct6694_canfd.c:436: + struct nct6694_canfd_priv, WARNING: line length of 81 exceeds 80 columns #621: FILE: drivers/net/can/usb/nct6694_canfd.c:550: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG2, WARNING: line length of 81 exceeds 80 columns #623: FILE: drivers/net/can/usb/nct6694_canfd.c:552: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG1, WARNING: line length of 87 exceeds 80 columns #624: FILE: drivers/net/can/usb/nct6694_canfd.c:553: + n_bt->prop_seg + n_bt->phase_seg1 - 1)); WARNING: line length of 81 exceeds 80 columns #635: FILE: drivers/net/can/usb/nct6694_canfd.c:564: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG2, WARNING: line length of 81 exceeds 80 columns #637: FILE: drivers/net/can/usb/nct6694_canfd.c:566: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG1, WARNING: line length of 87 exceeds 80 columns #638: FILE: drivers/net/can/usb/nct6694_canfd.c:567: + d_bt->prop_seg + d_bt->phase_seg1 - 1) | total: 0 errors, 12 warnings, 0 checks, 862 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 0dc71c337591 ("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, 862 lines checked