WARNING: line length of 95 exceeds 80 columns #175: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:52: + test3_entry_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && ret == 0; WARNING: line length of 87 exceeds 80 columns #179: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:56: + test3_exit_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && ret == 34; WARNING: line length of 88 exceeds 80 columns #192: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:69: + test4_entry_result = a == 11 && b == (void *)12 && c == 13 && d == 14 && CHECK: No space is necessary after a cast #229: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:106: + test6_exit_result = (const void *) addr == &bpf_fentry_test1; CHECK: No space is necessary after a cast #231: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:108: + test6_entry_result = (const void *) addr == &bpf_fentry_test1; WARNING: From:/Signed-off-by: email address mismatch: 'From: Menglong Dong ' != 'Signed-off-by: Menglong Dong ' total: 0 errors, 4 warnings, 2 checks, 200 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 833b60ae7e87 ("selftests/bpf: add testcases for fsession") 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, 2 checks, 200 lines checked