WARNING: line length of 83 exceeds 80 columns #246: FILE: drivers/net/ethernet/airoha/airoha_eth.c:1823: + storage->rx_crc_errors = u64_stats_read(&port->stats.rx_crc_error); WARNING: line length of 86 exceeds 80 columns #247: FILE: drivers/net/ethernet/airoha/airoha_eth.c:1824: + storage->rx_over_errors = u64_stats_read(&port->stats.rx_over_errors); WARNING: line length of 85 exceeds 80 columns #262: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2077: + stats->FramesTransmittedOK = u64_stats_read(&port->stats.tx_ok_pkts); WARNING: line length of 86 exceeds 80 columns #263: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2078: + stats->OctetsTransmittedOK = u64_stats_read(&port->stats.tx_ok_bytes); WARNING: line length of 92 exceeds 80 columns #264: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2079: + stats->MulticastFramesXmittedOK = u64_stats_read(&port->stats.tx_multicast); WARNING: line length of 92 exceeds 80 columns #265: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2080: + stats->BroadcastFramesXmittedOK = u64_stats_read(&port->stats.tx_broadcast); WARNING: line length of 82 exceeds 80 columns #266: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2081: + stats->FramesReceivedOK = u64_stats_read(&port->stats.rx_ok_pkts); WARNING: line length of 83 exceeds 80 columns #267: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2082: + stats->OctetsReceivedOK = u64_stats_read(&port->stats.rx_ok_bytes); WARNING: line length of 93 exceeds 80 columns #268: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2083: + stats->BroadcastFramesReceivedOK = u64_stats_read(&port->stats.rx_broadcast); WARNING: line length of 81 exceeds 80 columns #285: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2123: + stats->hist_tx[i] = u64_stats_read(&hw_stats->tx_len[i]); total: 0 errors, 10 warnings, 0 checks, 304 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 305f852c56e6 ("net: airoha: Use u64_stats_t with u64_stats_sync properly") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 10 warnings, 0 checks, 304 lines checked