WARNING: line length of 81 exceeds 80 columns #131: FILE: kernel/sched/ext.c:1112: +#define SCX_CALL_OP_RET(op, args...) \ WARNING: line length of 81 exceeds 80 columns #141: FILE: kernel/sched/ext.c:1115: + __ret = scx_ops.op(args); \ WARNING: line length of 81 exceeds 80 columns #150: FILE: kernel/sched/ext.c:1130: +#define SCX_CALL_OP_TASK(op, task, args...) \ WARNING: line length of 81 exceeds 80 columns #155: FILE: kernel/sched/ext.c:1133: + SCX_CALL_OP(op, task, ##args); \ WARNING: line length of 81 exceeds 80 columns #160: FILE: kernel/sched/ext.c:1137: +#define SCX_CALL_OP_TASK_RET(op, task, args...) \ WARNING: line length of 81 exceeds 80 columns #166: FILE: kernel/sched/ext.c:1141: + __ret = SCX_CALL_OP_RET(op, task, ##args); \ WARNING: line length of 81 exceeds 80 columns #172: FILE: kernel/sched/ext.c:1146: +#define SCX_CALL_OP_2TASKS_RET(op, task0, task1, args...) \ WARNING: line length of 81 exceeds 80 columns #179: FILE: kernel/sched/ext.c:1151: + __ret = SCX_CALL_OP_RET(op, task0, task1, ##args); \ WARNING: line length of 82 exceeds 80 columns #461: FILE: kernel/sched/ext.c:4197: + ret = SCX_CALL_OP_RET(cgroup_init, tg->css.cgroup, &args); WARNING: line length of 86 exceeds 80 columns #480: FILE: kernel/sched/ext.c:4251: + ret = SCX_CALL_OP_RET(cgroup_prep_move, p, from, css->cgroup); WARNING: line length of 97 exceeds 80 columns #490: FILE: kernel/sched/ext.c:4264: + SCX_CALL_OP(cgroup_cancel_move, p, p->scx.cgrp_moving_from, css->cgroup); WARNING: line length of 98 exceeds 80 columns #500: FILE: kernel/sched/ext.c:4295: + SCX_CALL_OP_TASK(cgroup_move, p, p->scx.cgrp_moving_from, tg_cgrp(task_group(p))); WARNING: line length of 97 exceeds 80 columns #510: FILE: kernel/sched/ext.c:4314: + SCX_CALL_OP(cgroup_cancel_move, p, p->scx.cgrp_moving_from, css->cgroup); total: 0 errors, 13 warnings, 0 checks, 595 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 460da9035a28 ("sched_ext: Removed mask-based runtime restrictions on calling kfuncs in different contexts") 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, 13 warnings, 0 checks, 595 lines checked