WARNING: line length of 89 exceeds 80 columns #59: FILE: net/sched/bpf_qdisc.c:141: +static int bpf_qdisc_gen_epilogue(struct bpf_insn *insn_buf, const struct bpf_prog *prog, WARNING: line length of 82 exceeds 80 columns #64: FILE: net/sched/bpf_qdisc.c:146: + if (bpf_struct_ops_prog_moff(prog) != offsetof(struct Qdisc_ops, reset) && WARNING: line length of 82 exceeds 80 columns #65: FILE: net/sched/bpf_qdisc.c:147: + bpf_struct_ops_prog_moff(prog) != offsetof(struct Qdisc_ops, destroy)) WARNING: line length of 89 exceeds 80 columns #88: FILE: net/sched/bpf_qdisc.c:191: +__bpf_kfunc void bpf_qdisc_watchdog_schedule(struct Qdisc *sch, u64 expire, u64 delta_ns) WARNING: line length of 91 exceeds 80 columns #144: FILE: net/sched/bpf_qdisc.c:259: + } else if (bpf_struct_ops_prog_moff(prog) == offsetof(struct Qdisc_ops, dequeue)) { total: 0 errors, 5 warnings, 0 checks, 142 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 07c3914c17b7 ("bpf: net_sched: Add a qdisc watchdog timer") 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, 5 warnings, 0 checks, 142 lines checked