WARNING: line length of 82 exceeds 80 columns #28: FILE: tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c:15: +static void test_get_xattr(const char *name, const char *value, bool allow_access) WARNING: line length of 88 exceeds 80 columns #61: FILE: tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c:61: + ASSERT_EQ(skel->bss->found_xattr_from_file, 1, "found_xattr_from_file"); WARNING: line length of 92 exceeds 80 columns #62: FILE: tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c:62: + ASSERT_EQ(skel->bss->found_xattr_from_dentry, 1, "found_xattr_from_dentry"); WARNING: line length of 88 exceeds 80 columns #65: FILE: tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c:65: + ASSERT_EQ(skel->bss->found_xattr_from_file, 0, "found_xattr_from_file"); WARNING: line length of 92 exceeds 80 columns #66: FILE: tools/testing/selftests/bpf/prog_tests/fs_kfuncs.c:66: + ASSERT_EQ(skel->bss->found_xattr_from_dentry, 0, "found_xattr_from_dentry"); total: 0 errors, 5 warnings, 0 checks, 127 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 71f03fe9919c ("selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE 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, 5 warnings, 0 checks, 127 lines checked