]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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 8590113e4a604d7d1a3c52e609303e5765d02f51..cb80666addec3a6bb1a86be7a0687dee40592414 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 */