WARNING: line length of 96 exceeds 80 columns #48: FILE: kernel/bpf/helpers.c:4339: +int bpf_dynptr_from_file_sleepable(struct file *file, u32 flags, struct bpf_dynptr *ptr__uninit) WARNING: line length of 90 exceeds 80 columns #50: FILE: kernel/bpf/helpers.c:4341: + return make_file_dynptr(file, flags, true, (struct bpf_dynptr_kern *)ptr__uninit); WARNING: line length of 86 exceeds 80 columns #65: FILE: kernel/bpf/verifier.c:3130: +static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc, WARNING: line length of 100 exceeds 80 columns #75: FILE: kernel/bpf/verifier.c:21884: +static int specialize_kfunc(struct bpf_verifier_env *env, struct bpf_kfunc_desc *desc, int insn_idx) total: 0 errors, 4 warnings, 0 checks, 54 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 aee589db686f ("bpf: dispatch to sleepable file dynptr") 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, 0 checks, 54 lines checked