WARNING: line length of 84 exceeds 80 columns #148: FILE: drivers/net/tun_vnet.h:10: +typedef const struct virtio_net_hash *(*tun_vnet_hash_find)(const struct sk_buff *); WARNING: line length of 87 exceeds 80 columns #174: FILE: drivers/net/tun_vnet.h:130: +static inline long tun_vnet_ioctl_sethash(struct tun_vnet_hash_container __rcu **hashp, WARNING: line length of 86 exceeds 80 columns #194: FILE: drivers/net/tun_vnet.h:150: + indirection_table_size = ((size_t)rss.indirection_table_mask + 1) * 2; WARNING: line length of 83 exceeds 80 columns #228: FILE: drivers/net/tun_vnet.h:184: +static inline void tun_vnet_hash_report(const struct tun_vnet_hash_container *hash, WARNING: line length of 87 exceeds 80 columns #250: FILE: drivers/net/tun_vnet.h:206: + const struct tun_vnet_hash_container *hash, WARNING: line length of 91 exceeds 80 columns #314: FILE: drivers/net/tun_vnet.h:290: + const struct virtio_net_hash *report = sz < sizeof(struct virtio_net_hdr_v1_hash) ? WARNING: line length of 96 exceeds 80 columns #336: FILE: drivers/net/tun_vnet.h:309: + sinfo->gso_type, tun_vnet16_to_cpu(flags, hdr->hdr.gso_size), WARNING: line length of 98 exceeds 80 columns #342: FILE: drivers/net/tun_vnet.h:314: + min(tun_vnet16_to_cpu(flags, hdr->hdr.hdr_len), 64), true); total: 0 errors, 8 warnings, 0 checks, 338 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 84a1efc2a827 ("tun: Add common virtio-net hash feature code") 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, 8 warnings, 0 checks, 338 lines checked