WARNING: line length of 98 exceeds 80 columns #77: FILE: drivers/vhost/net.c:1209: + iov_iter_advance(&fixup, offsetof(struct virtio_net_hdr_v1, num_buffers)); WARNING: line length of 91 exceeds 80 columns #79: FILE: drivers/vhost/net.c:1211: + if (copy_to_iter(&hdr.hdr.num_buffers, sizeof(hdr.hdr.num_buffers), WARNING: line length of 82 exceeds 80 columns #80: FILE: drivers/vhost/net.c:1212: + &fixup) != sizeof(hdr.hdr.num_buffers)) { total: 0 errors, 3 warnings, 0 checks, 97 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 a507bcdb70ac ("vhost/net: Support VIRTIO_NET_F_HASH_REPORT") 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, 3 warnings, 0 checks, 97 lines checked