WARNING: line length of 85 exceeds 80 columns #60: FILE: drivers/net/tun.c:599: + const struct tun_vnet_hash_container *vnet_hash) WARNING: line length of 82 exceeds 80 columns #70: FILE: drivers/net/tun.c:609: + if (!virtio_net_hash_rss(skb, vnet_hash->common.types, vnet_hash->rss_key, WARNING: line length of 93 exceeds 80 columns #137: FILE: drivers/net/tun.c:3503: + if (fd != -1 && vnet_hash && (vnet_hash->common.flags & TUN_VNET_HASH_RSS)) { WARNING: line length of 94 exceeds 80 columns #181: FILE: drivers/net/tun.c:3566: + indirection_table_size = ((size_t)rss.indirection_table_mask + 1) * 2; WARNING: line length of 86 exceeds 80 columns #182: FILE: drivers/net/tun.c:3567: + key_size = virtio_net_hash_key_length(vnet_hash_common.types); WARNING: line length of 86 exceeds 80 columns #183: FILE: drivers/net/tun.c:3568: + size = sizeof(*vnet_hash) + indirection_table_size + key_size; WARNING: line length of 83 exceeds 80 columns #197: FILE: drivers/net/tun.c:3582: + argp = (u16 __user *)argp + rss.indirection_table_mask + 1; WARNING: line length of 81 exceeds 80 columns #199: FILE: drivers/net/tun.c:3584: + if (copy_from_user(vnet_hash->rss_key, argp, key_size)) { WARNING: line length of 83 exceeds 80 columns #207: FILE: drivers/net/tun.c:3592: + vnet_hash = kmalloc(sizeof(vnet_hash->common), GFP_KERNEL); total: 0 errors, 9 warnings, 0 checks, 215 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 1824c822cdef ("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, 9 warnings, 0 checks, 215 lines checked