WARNING: line length of 95 exceeds 80 columns #182: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:55: + test3_entry_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && ret == 0; WARNING: line length of 87 exceeds 80 columns #186: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:59: + test3_exit_result = a == (void *)7 && b == 8 && c == 9 && d == 10 && ret == 34; WARNING: line length of 88 exceeds 80 columns #199: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:72: + test4_entry_result = a == 11 && b == (void *)12 && c == 13 && d == 14 && CHECK: No space is necessary after a cast #274: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:147: + test8_exit_result = (const void *) addr == &bpf_fentry_test1; CHECK: No space is necessary after a cast #276: FILE: tools/testing/selftests/bpf/progs/fsession_test.c:149: + test8_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, 282 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 8d9e8d17b6c9 ("selftests/bpf: add testcases for tracing session") 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, 282 lines checked