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 88 exceeds 80 columns #197: FILE: net/netfilter/nf_flow_table_path.c:139: + info->encap[info->num_encaps].id = path->bridge.vlan_id; WARNING: line length of 94 exceeds 80 columns #198: FILE: net/netfilter/nf_flow_table_path.c:140: + info->encap[info->num_encaps].proto = path->bridge.vlan_proto; total: 0 errors, 6 warnings, 0 checks, 544 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 830925b140d7 ("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, 6 warnings, 0 checks, 544 lines checked