projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61f1cc
)
sched/headers: Remove whitespace noise from kernel/sched/sched.h
author
Ingo Molnar
<mingo@kernel.org>
Wed, 3 Dec 2025 18:19:14 +0000
(18:19 +0000)
committer
Ingo 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
patch
|
blob
|
history
diff --git
a/kernel/sched/sched.h
b/kernel/sched/sched.h
index
8590113
..
cb80666
100644
(file)
--- a/
kernel/sched/sched.h
+++ b/
kernel/sched/sched.h
@@
-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 */