WARNING: line length of 83 exceeds 80 columns #32: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:19: +void bpf_qdisc_skb_drop(struct sk_buff *p, struct bpf_sk_buff_ptr *to_free) __ksym; WARNING: line length of 85 exceeds 80 columns #33: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:20: +void bpf_qdisc_watchdog_schedule(struct Qdisc *sch, u64 expire, u64 delta_ns) __ksym; WARNING: line length of 82 exceeds 80 columns #34: FILE: tools/testing/selftests/bpf/progs/bpf_qdisc_common.h:21: +void bpf_qdisc_bstats_update(struct Qdisc *sch, const struct sk_buff *skb) __ksym; total: 0 errors, 3 warnings, 0 checks, 12 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 cdcb528d1d13 ("selftests/bpf: Re-add kfunc declarations to qdisc tests") 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, 3 warnings, 0 checks, 12 lines checked