WARNING: line length of 85 exceeds 80 columns #34: FILE: net/netfilter/nf_conntrack_bpf.c:327: +bpf_xdp_ct_lookup(struct xdp_md *xdp_ctx, struct bpf_sock_tuple *bpf_tuple__nullable, WARNING: line length of 82 exceeds 80 columns #35: FILE: net/netfilter/nf_conntrack_bpf.c:328: + u32 tuple__sz, struct bpf_ct_opts *opts__nullable, u32 opts__sz) WARNING: line length of 93 exceeds 80 columns #43: FILE: net/netfilter/nf_conntrack_bpf.c:335: + nfct = __bpf_nf_ct_lookup(caller_net, bpf_tuple__nullable, tuple__sz, opts__nullable, WARNING: line length of 88 exceeds 80 columns #59: FILE: net/netfilter/nf_conntrack_bpf.c:396: +bpf_skb_ct_lookup(struct __sk_buff *skb_ctx, struct bpf_sock_tuple *bpf_tuple__nullable, WARNING: line length of 82 exceeds 80 columns #60: FILE: net/netfilter/nf_conntrack_bpf.c:397: + u32 tuple__sz, struct bpf_ct_opts *opts__nullable, u32 opts__sz) WARNING: line length of 93 exceeds 80 columns #68: FILE: net/netfilter/nf_conntrack_bpf.c:404: + nfct = __bpf_nf_ct_lookup(caller_net, bpf_tuple__nullable, tuple__sz, opts__nullable, total: 0 errors, 6 warnings, 0 checks, 48 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 fb30b88ba4a7 ("bpf: net: netfilter: Mark kfuncs accurately") 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, 48 lines checked