WARNING: line length of 91 exceeds 80 columns #85: FILE: drivers/net/virtio_net.c:3386: +static void virtnet_get_stats_string(struct virtnet_info *vi, int type, int qid, u8 **data) WARNING: line length of 86 exceeds 80 columns #177: FILE: drivers/net/virtio_net.c:3575: + offset += num_cq + num_rx * vi->curr_queue_pairs + num_tx * (qid / 2); WARNING: line length of 95 exceeds 80 columns #266: FILE: drivers/net/virtio_net.c:3804: + pair_count = ctx.desc_num[VIRTNET_Q_TYPE_RX] + ctx.desc_num[VIRTNET_Q_TYPE_TX]; WARNING: line length of 81 exceeds 80 columns #298: FILE: drivers/net/virtio_net.c:3831: + virtnet_fill_stats(vi, i * 2, &ctx, stats_base, true, 0); WARNING: line length of 85 exceeds 80 columns #315: FILE: drivers/net/virtio_net.c:3837: + virtnet_fill_stats(vi, i * 2 + 1, &ctx, stats_base, true, 0); total: 0 errors, 5 warnings, 0 checks, 288 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 2e4d1f358914 ("virtio_net: device stats helpers support driver 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, 5 warnings, 0 checks, 288 lines checked