WARNING: line length of 82 exceeds 80 columns #238: FILE: net/core/netdev-genl.c:492: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_ALLOC_FAIL, rx->alloc_fail) || WARNING: line length of 94 exceeds 80 columns #240: FILE: net/core/netdev-genl.c:494: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_DROP_OVERRUNS, rx->hw_drop_overruns) || WARNING: line length of 94 exceeds 80 columns #241: FILE: net/core/netdev-genl.c:495: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_CSUM_UNNECESSARY, rx->csum_unnecessary) || WARNING: line length of 90 exceeds 80 columns #244: FILE: net/core/netdev-genl.c:498: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_GRO_PACKETS, rx->hw_gro_packets) || WARNING: line length of 86 exceeds 80 columns #245: FILE: net/core/netdev-genl.c:499: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_GRO_BYTES, rx->hw_gro_bytes) || WARNING: line length of 100 exceeds 80 columns #246: FILE: net/core/netdev-genl.c:500: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_GRO_WIRE_PACKETS, rx->hw_gro_wire_packets) || WARNING: line length of 96 exceeds 80 columns #247: FILE: net/core/netdev-genl.c:501: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_GRO_WIRE_BYTES, rx->hw_gro_wire_bytes) || WARNING: line length of 96 exceeds 80 columns #248: FILE: net/core/netdev-genl.c:502: + netdev_stat_put(rsp, NETDEV_A_QSTATS_RX_HW_DROP_RATELIMITS, rx->hw_drop_ratelimits)) WARNING: line length of 90 exceeds 80 columns #259: FILE: net/core/netdev-genl.c:513: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_DROP_ERRORS, tx->hw_drop_errors) || WARNING: line length of 82 exceeds 80 columns #261: FILE: net/core/netdev-genl.c:515: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_NEEDS_CSUM, tx->needs_csum) || WARNING: line length of 90 exceeds 80 columns #262: FILE: net/core/netdev-genl.c:516: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_GSO_PACKETS, tx->hw_gso_packets) || WARNING: line length of 86 exceeds 80 columns #263: FILE: net/core/netdev-genl.c:517: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_GSO_BYTES, tx->hw_gso_bytes) || WARNING: line length of 100 exceeds 80 columns #264: FILE: net/core/netdev-genl.c:518: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_GSO_WIRE_PACKETS, tx->hw_gso_wire_packets) || WARNING: line length of 96 exceeds 80 columns #265: FILE: net/core/netdev-genl.c:519: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_GSO_WIRE_BYTES, tx->hw_gso_wire_bytes) || WARNING: line length of 96 exceeds 80 columns #266: FILE: net/core/netdev-genl.c:520: + netdev_stat_put(rsp, NETDEV_A_QSTATS_TX_HW_DROP_RATELIMITS, tx->hw_drop_ratelimits)) total: 0 errors, 15 warnings, 0 checks, 235 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 33814e690988 ("netdev: add queue stats") 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, 15 warnings, 0 checks, 235 lines checked