WARNING: line length of 91 exceeds 80 columns #218: FILE: drivers/net/can/usb/nct6694_canfd.c:148: +static inline struct nct6694_canfd_priv *rx_offload_to_priv(struct can_rx_offload *offload) WARNING: line length of 81 exceeds 80 columns #223: FILE: drivers/net/can/usb/nct6694_canfd.c:153: +static const struct can_bittiming_const nct6694_canfd_bittiming_nominal_const = { WARNING: line length of 81 exceeds 80 columns #350: FILE: drivers/net/can/usb/nct6694_canfd.c:280: +static void nct6694_canfd_handle_state_change(struct net_device *ndev, u8 status) WARNING: line length of 81 exceeds 80 columns #446: FILE: drivers/net/can/usb/nct6694_canfd.c:376: + stats->tx_bytes += can_rx_offload_get_echo_skb_queue_tail(&priv->offload, WARNING: line length of 89 exceeds 80 columns #460: FILE: drivers/net/can/usb/nct6694_canfd.c:390: + .sel = NCT6694_CANFD_EVENT_SEL(ndev->dev_port, NCT6694_CANFD_EVENT_MASK), WARNING: line length of 81 exceeds 80 columns #508: FILE: drivers/net/can/usb/nct6694_canfd.c:438: + struct nct6694_canfd_priv, WARNING: line length of 81 exceeds 80 columns #622: FILE: drivers/net/can/usb/nct6694_canfd.c:552: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG2, WARNING: line length of 81 exceeds 80 columns #624: FILE: drivers/net/can/usb/nct6694_canfd.c:554: + FIELD_PREP(NCT6694_CANFD_SETTING_NBTP_NTSEG1, WARNING: line length of 87 exceeds 80 columns #625: FILE: drivers/net/can/usb/nct6694_canfd.c:555: + n_bt->prop_seg + n_bt->phase_seg1 - 1)); WARNING: line length of 81 exceeds 80 columns #641: FILE: drivers/net/can/usb/nct6694_canfd.c:571: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG2, WARNING: line length of 81 exceeds 80 columns #643: FILE: drivers/net/can/usb/nct6694_canfd.c:573: + FIELD_PREP(NCT6694_CANFD_SETTING_DBTP_DTSEG1, WARNING: line length of 87 exceeds 80 columns #644: FILE: drivers/net/can/usb/nct6694_canfd.c:574: + d_bt->prop_seg + d_bt->phase_seg1 - 1) | total: 0 errors, 12 warnings, 0 checks, 867 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 f8affe8f0e06 ("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, 867 lines checked