WARNING: line length of 84 exceeds 80 columns #42: FILE: drivers/net/tap.c:210: + struct tun_vnet_hash_container *vnet_hash = rcu_dereference(tap->vnet_hash); WARNING: line length of 88 exceeds 80 columns #51: FILE: drivers/net/tap.c:222: + rxq = tun_vnet_rss_select_queue(numvtaps, vnet_hash, skb, tap_add_hash); WARNING: line length of 85 exceeds 80 columns #64: FILE: drivers/net/tap.c:244: + tun_vnet_hash_report(vnet_hash, skb, &keys_basic, rxq, tap_add_hash); WARNING: line length of 83 exceeds 80 columns #96: FILE: drivers/net/tun.c:472: + const struct tun_vnet_hash_container *vnet_hash, WARNING: line length of 89 exceeds 80 columns #106: FILE: drivers/net/tun.c:498: + tun_vnet_hash_report(vnet_hash, skb, &keys_basic, skb->l4_hash ? skb->hash : txq, WARNING: line length of 92 exceeds 80 columns #120: FILE: drivers/net/tun.c:531: + struct tun_vnet_hash_container *vnet_hash = rcu_dereference(tun->vnet_hash); WARNING: line length of 93 exceeds 80 columns #123: FILE: drivers/net/tun.c:534: + ret = tun_vnet_rss_select_queue(READ_ONCE(tun->numqueues), vnet_hash, WARNING: line length of 81 exceeds 80 columns #169: FILE: drivers/net/tun.c:3091: + ret = tun_vnet_ioctl(NULL, NULL, NULL, -EBADFD, true, cmd, argp); WARNING: line length of 94 exceeds 80 columns #184: FILE: drivers/net/tun.c:3275: + if (ret != -1 && vnet_hash && (vnet_hash->common.flags & TUN_VNET_HASH_RSS)) { WARNING: line length of 94 exceeds 80 columns #276: FILE: drivers/net/tun_vnet.h:164: + indirection_table_size = ((size_t)rss.indirection_table_mask + 1) * 2; WARNING: line length of 83 exceeds 80 columns #279: FILE: drivers/net/tun_vnet.h:167: + (size_t)rss.indirection_table_mask + 1); WARNING: line length of 83 exceeds 80 columns #290: FILE: drivers/net/tun_vnet.h:178: + argp = (u16 __user *)argp + rss.indirection_table_mask + 1; WARNING: line length of 81 exceeds 80 columns #297: FILE: drivers/net/tun_vnet.h:185: + virtio_net_toeplitz_convert_key(hash->rss_key, key_size); WARNING: line length of 83 exceeds 80 columns #316: FILE: drivers/net/tun_vnet.h:202: +static inline void tun_vnet_hash_report(const struct tun_vnet_hash_container *hash, WARNING: line length of 87 exceeds 80 columns #340: FILE: drivers/net/tun_vnet.h:224: + const struct tun_vnet_hash_container *hash, total: 0 errors, 15 warnings, 0 checks, 370 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 7a2f25e5703e ("tun: Introduce virtio-net 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, 15 warnings, 0 checks, 370 lines checked