WARNING: line length of 89 exceeds 80 columns #37: FILE: net/sched/bpf_qdisc.c:11: +#define QDISC_OP_IDX(op) (offsetof(struct Qdisc_ops, op) / sizeof(void (*)(void))) CHECK: Macro argument 'moff' may be better as '(moff)' to avoid precedence issues #38: FILE: net/sched/bpf_qdisc.c:12: +#define QDISC_MOFF_IDX(moff) (moff / sizeof(void (*)(void))) WARNING: line length of 88 exceeds 80 columns #157: FILE: net/sched/bpf_qdisc.c:333: + ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_STRUCT_OPS, &bpf_qdisc_kfunc_set); total: 0 errors, 2 warnings, 1 checks, 130 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 84130c186e37 ("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, 2 warnings, 1 checks, 130 lines checked