WARNING: line length of 92 exceeds 80 columns #112: FILE: drivers/net/can/xilinx_can.c:1692: + data[XCAN_ECC_RX_2_BIT_ERRORS] = u64_stats_read(&priv->ecc_rx_2_bit_errors); WARNING: line length of 92 exceeds 80 columns #113: FILE: drivers/net/can/xilinx_can.c:1693: + data[XCAN_ECC_RX_1_BIT_ERRORS] = u64_stats_read(&priv->ecc_rx_1_bit_errors); WARNING: line length of 96 exceeds 80 columns #114: FILE: drivers/net/can/xilinx_can.c:1694: + data[XCAN_ECC_TXOL_2_BIT_ERRORS] = u64_stats_read(&priv->ecc_txol_2_bit_errors); WARNING: line length of 96 exceeds 80 columns #115: FILE: drivers/net/can/xilinx_can.c:1695: + data[XCAN_ECC_TXOL_1_BIT_ERRORS] = u64_stats_read(&priv->ecc_txol_1_bit_errors); WARNING: line length of 96 exceeds 80 columns #116: FILE: drivers/net/can/xilinx_can.c:1696: + data[XCAN_ECC_TXTL_2_BIT_ERRORS] = u64_stats_read(&priv->ecc_txtl_2_bit_errors); WARNING: line length of 96 exceeds 80 columns #117: FILE: drivers/net/can/xilinx_can.c:1697: + data[XCAN_ECC_TXTL_1_BIT_ERRORS] = u64_stats_read(&priv->ecc_txtl_1_bit_errors); total: 0 errors, 6 warnings, 0 checks, 106 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 05f99f8b8bcb ("can: xilinx_can: Add ethtool stats interface for ECC errors") 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, 6 warnings, 0 checks, 106 lines checked