WARNING: line length of 90 exceeds 80 columns #53: FILE: tools/testing/selftests/bpf/prog_tests/verifier.c:175: +void test_verifier_default_trusted_ptr(void) { RUN_TESTS(verifier_default_trusted_ptr); } WARNING: line length of 81 exceeds 80 columns #148: FILE: tools/testing/selftests/bpf/test_kmods/bpf_testmod.c:259: +__bpf_kfunc struct prog_test_member *bpf_kfunc_get_default_trusted_ptr_test(void) WARNING: line length of 93 exceeds 80 columns #153: FILE: tools/testing/selftests/bpf/test_kmods/bpf_testmod.c:264: +__bpf_kfunc void bpf_kfunc_put_default_trusted_ptr_test(struct prog_test_member *trusted_ptr) CHECK: No space is necessary after a cast #182: FILE: tools/testing/selftests/bpf/test_kmods/bpf_testmod_kfunc.h:167: +struct prog_test_member *bpf_kfunc_get_default_trusted_ptr_test(void) __ksym; WARNING: line length of 89 exceeds 80 columns #183: FILE: tools/testing/selftests/bpf/test_kmods/bpf_testmod_kfunc.h:168: +void bpf_kfunc_put_default_trusted_ptr_test(struct prog_test_member *trusted_ptr) __ksym; total: 0 errors, 4 warnings, 1 checks, 94 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 eb7f73e1713a ("selftests/bpf: update verifier test for default trusted pointer semantics") 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, 4 warnings, 1 checks, 94 lines checked