WARNING: Co-developed-by and Signed-off-by: name/email do not match #26: Co-developed-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso WARNING: line length of 83 exceeds 80 columns #44: FILE: include/uapi/linux/netfilter/nf_conntrack_common.h:163: +#define NF_CT_EXPECT_MASK (NF_CT_EXPECT_PERMANENT | NF_CT_EXPECT_INACTIVE | \ WARNING: line length of 85 exceeds 80 columns #59: FILE: net/netfilter/nf_conntrack_netlink.c:913: + [CTA_FILTER_ORIG_FLAGS] = NLA_POLICY_MASK(NLA_U32, CTA_FILTER_F_ALL), WARNING: line length of 85 exceeds 80 columns #60: FILE: net/netfilter/nf_conntrack_netlink.c:914: + [CTA_FILTER_REPLY_FLAGS] = NLA_POLICY_MASK(NLA_U32, CTA_FILTER_F_ALL), WARNING: line length of 94 exceeds 80 columns #104: FILE: net/netfilter/nf_conntrack_proto_tcp.c:1388: + [CTA_PROTOINFO_TCP_STATE] = NLA_POLICY_MAX(NLA_U8, TCP_CONNTRACK_SYN_SENT2), WARNING: line length of 85 exceeds 80 columns #105: FILE: net/netfilter/nf_conntrack_proto_tcp.c:1389: + [CTA_PROTOINFO_TCP_WSCALE_ORIGINAL] = NLA_POLICY_MAX(NLA_U8, TCP_MAX_WSCALE), WARNING: line length of 85 exceeds 80 columns #106: FILE: net/netfilter/nf_conntrack_proto_tcp.c:1390: + [CTA_PROTOINFO_TCP_WSCALE_REPLY] = NLA_POLICY_MAX(NLA_U8, TCP_MAX_WSCALE), total: 0 errors, 7 warnings, 0 checks, 68 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 f6e8df8e3844 ("netfilter: ctnetlink: use netlink policy range checks") 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, 68 lines checked