WARNING: line length of 92 exceeds 80 columns #41: FILE: drivers/net/virtio_net.c:3427: + ethtool_sprintf(&p, "rx%s_%s", tp, m->desc[j].desc); WARNING: line length of 88 exceeds 80 columns #43: FILE: drivers/net/virtio_net.c:3429: + ethtool_sprintf(&p, "rx_queue%s_%u_%s", tp, qid, WARNING: line length of 92 exceeds 80 columns #48: FILE: drivers/net/virtio_net.c:3434: + ethtool_sprintf(&p, "tx%s_%s", tp, m->desc[j].desc); WARNING: line length of 88 exceeds 80 columns #50: FILE: drivers/net/virtio_net.c:3436: + ethtool_sprintf(&p, "tx_queue%s_%u_%s", tp, qid, WARNING: line length of 83 exceeds 80 columns #134: FILE: drivers/net/virtio_net.c:3714: + return pair_count + ctx.num_cq + vi->curr_queue_pairs * pair_count; total: 0 errors, 5 warnings, 0 checks, 120 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 34bd96792489 ("virtio_net: add the total stats field") 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, 5 warnings, 0 checks, 120 lines checked