WARNING: line length of 97 exceeds 80 columns #32: FILE: kernel/bpf/helpers.c:4172: + * bpf_task_work_schedule_signal_impl - Schedule BPF callback using task_work_add with TWA_SIGNAL WARNING: line length of 92 exceeds 80 columns #45: FILE: kernel/bpf/helpers.c:4183: + struct bpf_task_work *tw, void *map__map, WARNING: line length of 85 exceeds 80 columns #46: FILE: kernel/bpf/helpers.c:4184: + bpf_task_work_callback_t callback, WARNING: line length of 97 exceeds 80 columns #54: FILE: kernel/bpf/helpers.c:4191: + * bpf_task_work_schedule_resume_impl - Schedule BPF callback using task_work_add with TWA_RESUME WARNING: line length of 92 exceeds 80 columns #67: FILE: kernel/bpf/helpers.c:4202: + struct bpf_task_work *tw, void *map__map, WARNING: line length of 85 exceeds 80 columns #68: FILE: kernel/bpf/helpers.c:4203: + bpf_task_work_callback_t callback, WARNING: line length of 86 exceeds 80 columns #112: FILE: kernel/bpf/verifier.c:12339: + return func_id == special_kfunc_list[KF_bpf_task_work_schedule_signal_impl] || WARNING: line length of 84 exceeds 80 columns #113: FILE: kernel/bpf/verifier.c:12340: + func_id == special_kfunc_list[KF_bpf_task_work_schedule_resume_impl]; WARNING: line length of 87 exceeds 80 columns #126: FILE: tools/testing/selftests/bpf/progs/task_work.c:69: + bpf_task_work_schedule_resume_impl(task, &work->tw, &hmap, process_work, NULL); WARNING: line length of 89 exceeds 80 columns #135: FILE: tools/testing/selftests/bpf/progs/task_work.c:83: + bpf_task_work_schedule_signal_impl(task, &work->tw, &arrmap, process_work, NULL); WARNING: line length of 89 exceeds 80 columns #144: FILE: tools/testing/selftests/bpf/progs/task_work.c:105: + bpf_task_work_schedule_resume_impl(task, &work->tw, &lrumap, process_work, NULL); WARNING: line length of 87 exceeds 80 columns #156: FILE: tools/testing/selftests/bpf/progs/task_work_fail.c:56: + bpf_task_work_schedule_resume_impl(task, &work->tw, &hmap, process_work, NULL); WARNING: line length of 81 exceeds 80 columns #165: FILE: tools/testing/selftests/bpf/progs/task_work_fail.c:68: + bpf_task_work_schedule_resume_impl(task, &tw, &hmap, process_work, NULL); WARNING: line length of 82 exceeds 80 columns #174: FILE: tools/testing/selftests/bpf/progs/task_work_fail.c:79: + bpf_task_work_schedule_resume_impl(task, NULL, &hmap, process_work, NULL); WARNING: line length of 86 exceeds 80 columns #183: FILE: tools/testing/selftests/bpf/progs/task_work_fail.c:94: + bpf_task_work_schedule_resume_impl(task, &work->tw, NULL, process_work, NULL); WARNING: line length of 94 exceeds 80 columns #196: FILE: tools/testing/selftests/bpf/progs/task_work_stress.c:54: + err = bpf_task_work_schedule_signal_impl(bpf_get_current_task_btf(), &work->tw, &hmap, total: 0 errors, 16 warnings, 0 checks, 144 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 99dcc3d65a71 ("bpf:add _impl suffix for bpf_task_work_schedule* kfuncs") 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, 16 warnings, 0 checks, 144 lines checked