Skip to content

Commit dde3763

Browse files
committed
sched/headers: Remove whitespace noise from kernel/sched/sched.h
A single case of space-Tab noise snuck in recently. Fixes: 3656978 ("sched: Change nr_uninterruptible type to unsigned long") Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://patch.msgid.link/176478595428.498.13816176784792752599.tip-bot2@tip-bot2
1 parent d61f1cc commit dde3763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/sched/sched.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ struct rq {
11651165
* one CPU and if it got migrated afterwards it may decrease
11661166
* it on another CPU. Always updated under the runqueue lock:
11671167
*/
1168-
unsigned long nr_uninterruptible;
1168+
unsigned long nr_uninterruptible;
11691169

11701170
#ifdef CONFIG_SCHED_PROXY_EXEC
11711171
struct task_struct __rcu *donor; /* Scheduling context */

0 commit comments

Comments
 (0)