WARNING: line length of 82 exceeds 80 columns #85: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:246: + * Try to make tld_create_key() race with each other. Call WARNING: line length of 92 exceeds 80 columns #86: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:247: + * tld_create_key(), both valid and invalid, from different threads. WARNING: line length of 96 exceeds 80 columns #88: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:249: + err = pthread_create(&thread[i], NULL, test_task_local_data_race_thread, WARNING: line length of 95 exceeds 80 columns #109: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:270: + /* Read TLDs and check the value to see if any address collides with another */ WARNING: line length of 92 exceeds 80 columns #117: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:278: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); total: 0 errors, 5 warnings, 0 checks, 113 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 8bf91b3d22ec ("selftests/bpf: Test concurrent task local data key creation") 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, 113 lines checked