CHECK: Macro argument 'moff' may be better as '(moff)' to avoid precedence issues #42: FILE: kernel/sched/ext.c:10: +#define SCX_MOFF_IDX(moff) (moff / sizeof(void (*)(void))) WARNING: line length of 86 exceeds 80 columns #138: FILE: kernel/sched/ext.c:7777: +static int scx_kfunc_ids_ops_context_filter(const struct bpf_prog *prog, u32 kfunc_id) WARNING: line length of 94 exceeds 80 columns #153: FILE: kernel/sched/ext.c:7792: + /* prog->type == BPF_PROG_TYPE_STRUCT_OPS && prog->aux->st_ops == &bpf_sched_ext_ops*/ total: 0 errors, 2 warnings, 1 checks, 164 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 0991a761080b ("sched_ext: Add scx_kfunc_ids_ops_context for unified filtering of context-sensitive SCX 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, 164 lines checked