sched/headers: Remove whitespace noise from kernel/sched/sched.h
authorIngo Molnar <mingo@kernel.org>
Wed, 3 Dec 2025 18:19:14 +0000 (18:19 +0000)
committerIngo Molnar <mingo@kernel.org>
Sat, 6 Dec 2025 09:03:13 +0000 (10:03 +0100)
A single case of space-Tab noise snuck in recently.

Fixes: 36569780b0d6 ("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
kernel/sched/sched.h

index 8590113..cb80666 100644 (file)
@@ -1165,7 +1165,7 @@ struct rq {
         * one CPU and if it got migrated afterwards it may decrease
         * it on another CPU. Always updated under the runqueue lock:
         */
-       unsigned long           nr_uninterruptible;
+       unsigned long           nr_uninterruptible;
 
 #ifdef CONFIG_SCHED_PROXY_EXEC
        struct task_struct __rcu        *donor;  /* Scheduling context */