WARNING: suspect code indent for conditional statements (16, 23) #120: FILE: net/sched/bpf_qdisc.c:171: + if (btf_id_set_contains(&qdisc_enqueue_kfunc_set, kfunc_id)) + return 0; WARNING: Statements should start on a tabstop #121: FILE: net/sched/bpf_qdisc.c:172: + return 0; WARNING: line length of 84 exceeds 80 columns #124: FILE: net/sched/bpf_qdisc.c:175: + return btf_id_set_contains(&qdisc_common_kfunc_set, kfunc_id) ? 0 : -EACCES; WARNING: line length of 88 exceeds 80 columns #154: FILE: net/sched/bpf_qdisc.c:289: + ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &bpf_qdisc_kfunc_set); total: 0 errors, 4 warnings, 0 checks, 120 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 0110c9f0a0e3 ("bpf: net_sched: Add basic bpf qdisc kfuncs") 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, 4 warnings, 0 checks, 120 lines checked