WARNING: line length of 90 exceeds 80 columns #33: FILE: kernel/bpf/helpers.c:4181: + * @aux: pointer to bpf_prog_aux of the caller BPF program, implicitly set by the verifier WARNING: line length of 85 exceeds 80 columns #43: FILE: kernel/bpf/helpers.c:4189: + return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_SIGNAL); WARNING: line length of 90 exceeds 80 columns #52: FILE: kernel/bpf/helpers.c:4198: + * @aux: pointer to bpf_prog_aux of the caller BPF program, implicitly set by the verifier WARNING: line length of 85 exceeds 80 columns #62: FILE: kernel/bpf/helpers.c:4206: + return bpf_task_work_schedule(task, tw, map__map, callback, aux, TWA_RESUME); WARNING: line length of 93 exceeds 80 columns #72: FILE: kernel/bpf/helpers.c:4382: +BTF_ID_FLAGS(func, bpf_task_work_schedule_signal, KF_TRUSTED_ARGS | KF_IMPLICIT_PROG_AUX_ARG) WARNING: line length of 93 exceeds 80 columns #73: FILE: kernel/bpf/helpers.c:4383: +BTF_ID_FLAGS(func, bpf_task_work_schedule_resume, KF_TRUSTED_ARGS | KF_IMPLICIT_PROG_AUX_ARG) total: 0 errors, 6 warnings, 0 checks, 108 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 4a1d35d0108a ("bpf: mark bpf_task_work_* kfuncs with KF_IMPLICIT_PROG_AUX_ARG") 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, 108 lines checked