WARNING: line length of 88 exceeds 80 columns
#212: FILE: drivers/net/virtio_net.c:5430:
+			rxfh->indir[i] = le16_to_cpu(vi->rss_hdr->indirection_table[i]);

WARNING: line length of 88 exceeds 80 columns
#226: FILE: drivers/net/virtio_net.c:5458:
+			vi->rss_hdr->indirection_table[i] = cpu_to_le16(rxfh->indir[i]);

WARNING: line length of 88 exceeds 80 columns
#244: FILE: drivers/net/virtio_net.c:6079:
+			vi->rss_hdr->hash_types = cpu_to_le32(vi->rss_hash_types_saved);

WARNING: line length of 91 exceeds 80 columns
#247: FILE: drivers/net/virtio_net.c:6081:
+			vi->rss_hdr->hash_types = cpu_to_le32(VIRTIO_NET_HASH_REPORT_NONE);

total: 0 errors, 4 warnings, 0 checks, 238 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 04137abd199d ("virtio_net: Use new RSS config structs") 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, 4 warnings, 0 checks, 238 lines checked