WARNING: line length of 91 exceeds 80 columns #151: FILE: drivers/net/virtio_net.c:3422: +static void virtnet_get_stats_string(struct virtnet_info *vi, int type, int qid, u8 **data) WARNING: line length of 83 exceeds 80 columns #194: FILE: drivers/net/virtio_net.c:3449: + ethtool_sprintf(&p, "%s_queue%s_%u_%s", tp, hw, qid, desc); WARNING: line length of 84 exceeds 80 columns #281: FILE: drivers/net/virtio_net.c:3540: + v_stat = (const u64_stats_t *)(base + desc->offset); WARNING: line length of 95 exceeds 80 columns #343: FILE: drivers/net/virtio_net.c:3695: + pair_count = ctx.desc_num[VIRTNET_Q_TYPE_RX] + ctx.desc_num[VIRTNET_Q_TYPE_TX]; WARNING: line length of 81 exceeds 80 columns #375: FILE: drivers/net/virtio_net.c:3722: + virtnet_fill_stats(vi, i * 2, &ctx, stats_base, true, 0); WARNING: line length of 85 exceeds 80 columns #392: FILE: drivers/net/virtio_net.c:3728: + virtnet_fill_stats(vi, i * 2 + 1, &ctx, stats_base, true, 0); total: 0 errors, 6 warnings, 0 checks, 362 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 f3ffed6d85ea ("virtio_net: stats map include 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, 6 warnings, 0 checks, 362 lines checked