WARNING: line length of 96 exceeds 80 columns #35: FILE: drivers/net/virtio_net.c:374: + __le16 hash_cfg_reserved; /* for HASH_CONFIG (see virtio_net_hash_config for details) */ WARNING: line length of 96 exceeds 80 columns #66: FILE: drivers/net/virtio_net.c:4165: + ? cpu_to_le16(vi->rss_indir_table_size - 1) : 0; WARNING: line length of 83 exceeds 80 columns #84: FILE: drivers/net/virtio_net.c:5463: + rxfh->indir[i] = le16_to_cpu(vi->rss.indirection_table[i]); WARNING: line length of 83 exceeds 80 columns #93: FILE: drivers/net/virtio_net.c:5491: + vi->rss.indirection_table[i] = cpu_to_le16(rxfh->indir[i]); WARNING: line length of 83 exceeds 80 columns #102: FILE: drivers/net/virtio_net.c:6112: + vi->rss.hash_types = cpu_to_le32(vi->rss_hash_types_saved); WARNING: line length of 86 exceeds 80 columns #105: FILE: drivers/net/virtio_net.c:6114: + vi->rss.hash_types = cpu_to_le32(VIRTIO_NET_HASH_REPORT_NONE); total: 0 errors, 6 warnings, 0 checks, 79 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 bef9570dfd2c ("virtio_net: Fix endian with virtio_net_ctrl_rss") 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, 79 lines checked