WARNING: line length of 83 exceeds 80 columns #222: FILE: drivers/net/ethernet/airoha/airoha_eth.c:1806: + storage->rx_crc_errors = u64_stats_read(&port->stats.rx_crc_error); WARNING: line length of 86 exceeds 80 columns #223: FILE: drivers/net/ethernet/airoha/airoha_eth.c:1807: + storage->rx_over_errors = u64_stats_read(&port->stats.rx_over_errors); WARNING: line length of 85 exceeds 80 columns #238: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2060: + stats->FramesTransmittedOK = u64_stats_read(&port->stats.tx_ok_pkts); WARNING: line length of 86 exceeds 80 columns #239: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2061: + stats->OctetsTransmittedOK = u64_stats_read(&port->stats.tx_ok_bytes); WARNING: line length of 92 exceeds 80 columns #240: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2062: + stats->MulticastFramesXmittedOK = u64_stats_read(&port->stats.tx_multicast); WARNING: line length of 92 exceeds 80 columns #241: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2063: + stats->BroadcastFramesXmittedOK = u64_stats_read(&port->stats.tx_broadcast); WARNING: line length of 82 exceeds 80 columns #242: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2064: + stats->FramesReceivedOK = u64_stats_read(&port->stats.rx_ok_pkts); WARNING: line length of 83 exceeds 80 columns #243: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2065: + stats->OctetsReceivedOK = u64_stats_read(&port->stats.rx_ok_bytes); WARNING: line length of 93 exceeds 80 columns #244: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2066: + stats->BroadcastFramesReceivedOK = u64_stats_read(&port->stats.rx_broadcast); WARNING: line length of 81 exceeds 80 columns #261: FILE: drivers/net/ethernet/airoha/airoha_eth.c:2106: + stats->hist_tx[i] = u64_stats_read(&hw_stats->tx_len[i]); total: 0 errors, 10 warnings, 0 checks, 281 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 563c1be94c75 ("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, 281 lines checked