Skip to content

Commit 412dc00

Browse files
ingomolnaropsiff
authored andcommitted
sched/headers: Remove whitespace noise from kernel/sched/sched.h
mainline inclusion from mainline-v6.19-rc1 category: other 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 (cherry picked from commit dde3763) Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent a0adbae commit 412dc00

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
@@ -1077,7 +1077,7 @@ struct rq {
10771077
* one CPU and if it got migrated afterwards it may decrease
10781078
* it on another CPU. Always updated under the runqueue lock:
10791079
*/
1080-
unsigned long nr_uninterruptible;
1080+
unsigned long nr_uninterruptible;
10811081

10821082
struct task_struct __rcu *curr;
10831083
struct task_struct *idle;

0 commit comments

Comments
 (0)