WARNING: line length of 87 exceeds 80 columns #106: FILE: net/netfilter/nf_flow_table_ip.c:456: + xmit.outdev = dev_get_by_index_rcu(state->net, tuplehash->tuple.ifidx); WARNING: line length of 109 exceeds 80 columns #111: FILE: net/netfilter/nf_flow_table_ip.c:461: + neigh = ip_neigh_gw4(rt->dst.dev, rt_nexthop(rt, flow->tuplehash[!dir].tuple.src_v4.s_addr)); WARNING: line length of 91 exceeds 80 columns #124: FILE: net/netfilter/nf_flow_table_ip.c:470: + xmit.outdev = dev_get_by_index_rcu(state->net, tuplehash->tuple.out.ifidx); WARNING: line length of 91 exceeds 80 columns #163: FILE: net/netfilter/nf_flow_table_ip.c:760: + xmit.outdev = dev_get_by_index_rcu(state->net, tuplehash->tuple.out.ifidx); WARNING: line length of 104 exceeds 80 columns #168: FILE: net/netfilter/nf_flow_table_ip.c:765: + neigh = ip_neigh_gw6(rt->dst.dev, rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6)); WARNING: line length of 91 exceeds 80 columns #181: FILE: net/netfilter/nf_flow_table_ip.c:774: + xmit.outdev = dev_get_by_index_rcu(state->net, tuplehash->tuple.out.ifidx); total: 0 errors, 6 warnings, 0 checks, 178 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 11cfbb40c1fb ("netfilter: flowtable: consolidate xmit path") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 178 lines checked