WARNING: line length of 82 exceeds 80 columns #83: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:243: + * Try to make tld_create_key() race with each other. Call WARNING: line length of 92 exceeds 80 columns #84: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:244: + * tld_create_key(), both valid and invalid, from different threads. WARNING: line length of 96 exceeds 80 columns #86: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:246: + err = pthread_create(&thread[i], NULL, test_task_local_data_race_thread, WARNING: line length of 97 exceeds 80 columns #99: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:259: + /* Write a unique number in the range of [0, TEST_RACE_THREAD_NUM) to each TLD */ WARNING: line length of 95 exceeds 80 columns #107: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:267: + /* Read TLDs and check the value to see if any address collides with another */ WARNING: line length of 92 exceeds 80 columns #115: FILE: tools/testing/selftests/bpf/prog_tests/test_task_local_data.c:275: + err = bpf_prog_test_run_opts(bpf_program__fd(skel->progs.task_main), &opts); total: 0 errors, 6 warnings, 0 checks, 111 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 211f6471b4ce ("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, 6 warnings, 0 checks, 111 lines checked