WARNING: Use lore.kernel.org archive links when possible - see https://lore.kernel.org/lists.html #25: link to v3: https://www.spinics.net/lists/netdev/msg1107999.html WARNING: line length of 82 exceeds 80 columns #72: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3462: + stats->tx_packets += adapter->tx_stats_buffers[i].batched_packets; WARNING: line length of 81 exceeds 80 columns #73: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3463: + stats->tx_packets += adapter->tx_stats_buffers[i].direct_packets; WARNING: line length of 82 exceeds 80 columns #75: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3465: + stats->tx_dropped += adapter->tx_stats_buffers[i].dropped_packets; total: 0 errors, 4 warnings, 0 checks, 57 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 94276eff2bd9 ("ibmvnic: Use ndo_get_stats64 to fix inaccurate SAR reporting") 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, 4 warnings, 0 checks, 57 lines checked