WARNING: line length of 84 exceeds 80 columns #64: FILE: drivers/net/tap.c:220: + struct tun_vnet_hash_container *vnet_hash = rcu_dereference(tap->vnet_hash); WARNING: line length of 96 exceeds 80 columns #79: FILE: drivers/net/tap.c:235: + rxq = tun_vnet_rss_select_queue(numvtaps, vnet_hash, skb, tap_add_hash); WARNING: line length of 100 exceeds 80 columns #87: FILE: drivers/net/tap.c:243: + skb_flow_dissect_flow_keys(skb, &keys, FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL); WARNING: line length of 95 exceeds 80 columns #94: FILE: drivers/net/tap.c:250: + skb_flow_dissect_flow_keys_basic(NULL, skb, &keys_basic, NULL, 0, 0, 0, WARNING: line length of 94 exceeds 80 columns #95: FILE: drivers/net/tap.c:251: + FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL); WARNING: line length of 85 exceeds 80 columns #105: FILE: drivers/net/tap.c:260: + tun_vnet_hash_report(vnet_hash, skb, &keys_basic, rxq, tap_add_hash); WARNING: line length of 84 exceeds 80 columns #119: FILE: drivers/net/tap.c:1053: + ret = tap ? tun_vnet_ioctl_sethash(&tap->vnet_hash, argp) : -EBADFD; total: 0 errors, 7 warnings, 0 checks, 116 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 83e7214e43c3 ("tap: Introduce virtio-net hash feature") 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, 7 warnings, 0 checks, 116 lines checked