WARNING: line length of 86 exceeds 80 columns #166: FILE: net/netfilter/nf_flow_table_path.c:108: + memcpy(info->h_source, path->dev->dev_addr, ETH_ALEN); WARNING: line length of 83 exceeds 80 columns #186: FILE: net/netfilter/nf_flow_table_path.c:128: + memcpy(info->h_dest, path->encap.h_dest, ETH_ALEN); WARNING: line length of 86 exceeds 80 columns #190: FILE: net/netfilter/nf_flow_table_path.c:132: + memcpy(info->h_source, path->dev->dev_addr, ETH_ALEN); WARNING: line length of 81 exceeds 80 columns #194: FILE: net/netfilter/nf_flow_table_path.c:136: + info->ingress_vlans |= BIT(info->num_encaps - 1); WARNING: line length of 82 exceeds 80 columns #197: FILE: net/netfilter/nf_flow_table_path.c:139: + if (info->num_encaps >= NF_FLOW_TABLE_ENCAP_MAX) { WARNING: line length of 88 exceeds 80 columns #201: FILE: net/netfilter/nf_flow_table_path.c:143: + info->encap[info->num_encaps].id = path->bridge.vlan_id; WARNING: line length of 94 exceeds 80 columns #202: FILE: net/netfilter/nf_flow_table_path.c:144: + info->encap[info->num_encaps].proto = path->bridge.vlan_proto; total: 0 errors, 7 warnings, 0 checks, 558 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 f3fa388e68f3 ("netfilter: flowtable: move path discovery infrastructure to its own file") 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, 7 warnings, 0 checks, 558 lines checked