WARNING: line length of 84 exceeds 80 columns #33: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:22: + { "lookup_null_bpf_tuple", "Possibly NULL pointer passed to trusted arg1" }, WARNING: line length of 83 exceeds 80 columns #34: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:23: + { "lookup_null_bpf_opts", "Possibly NULL pointer passed to trusted arg3" }, WARNING: line length of 88 exceeds 80 columns #35: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:24: + { "xdp_lookup_null_bpf_tuple", "Possibly NULL pointer passed to trusted arg1" }, WARNING: line length of 87 exceeds 80 columns #36: FILE: tools/testing/selftests/bpf/prog_tests/bpf_nf.c:25: + { "xdp_lookup_null_bpf_opts", "Possibly NULL pointer passed to trusted arg3" }, WARNING: line length of 102 exceeds 80 columns #120: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf_fail.c:174: + ct = bpf_skb_ct_lookup(ctx, &tup, sizeof(tup.ipv4), NULL, sizeof(struct bpf_ct_opts___local)); WARNING: line length of 102 exceeds 80 columns #146: FILE: tools/testing/selftests/bpf/progs/test_bpf_nf_fail.c:200: + ct = bpf_xdp_ct_lookup(ctx, &tup, sizeof(tup.ipv4), NULL, sizeof(struct bpf_ct_opts___local)); total: 0 errors, 6 warnings, 0 checks, 109 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 921219034523 ("selftests: bpf: Fix test_bpf_nf for trusted args becoming default") 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, 109 lines checked