On 14/10/2020 21:48, Peter Zijlstra wrote: [...]
> + switch (prio) {
> + case CPUPRI_INVALID:
> + cpupri = CPUPRI_INVALID; /* -1 */
> + break;
> +
> + case 0...98:
kernel/sched/cpupri.c:54:7: error: too many decimal points in number
54 | case 0...98:
| ^~~~~~
There need to be spaces around the ellipses.
Otherwise LGTM.

