WARNING: line length of 84 exceeds 80 columns #43: FILE: drivers/net/ethernet/ibm/ibmvnic.c:2326: + atomic64_inc(&adapter->tx_stats_buffers[queue_num].dropped_packets); WARNING: line length of 90 exceeds 80 columns #71: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3465: + stats->rx_packets += atomic64_read(&adapter->rx_stats_buffers[i].packets); WARNING: line length of 88 exceeds 80 columns #72: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3466: + stats->rx_bytes += atomic64_read(&adapter->rx_stats_buffers[i].bytes); WARNING: line length of 98 exceeds 80 columns #76: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3470: + stats->tx_packets += atomic64_read(&adapter->tx_stats_buffers[i].batched_packets); WARNING: line length of 97 exceeds 80 columns #77: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3471: + stats->tx_packets += atomic64_read(&adapter->tx_stats_buffers[i].direct_packets); WARNING: line length of 88 exceeds 80 columns #78: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3472: + stats->tx_bytes += atomic64_read(&adapter->tx_stats_buffers[i].bytes); WARNING: line length of 98 exceeds 80 columns #79: FILE: drivers/net/ethernet/ibm/ibmvnic.c:3473: + stats->tx_dropped += atomic64_read(&adapter->tx_stats_buffers[i].dropped_packets); total: 0 errors, 7 warnings, 0 checks, 67 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 8e7ffab0e893 ("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, 7 warnings, 0 checks, 67 lines checked