[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210226070900.17730-1-wangjingyu@uniontech.com>
Date: Fri, 26 Feb 2021 15:09:00 +0800
From: wangjingyu <wangjingyu@...ontech.com>
To: paulmck@...nel.org
Cc: ebiederm@...ssion.com, keescook@...omium.org, elver@...gle.com,
peterz@...radead.org, rppt@...nel.org, samitolvanen@...gle.com,
axboe@...nel.dk, a.darwish@...utronix.de,
linux-kernel@...r.kernel.org, wangjingyu <wangjingyu@...ontech.com>
Subject: [PATCH] init/init_task.c spaces required around that '='
Ensure checkpatch compliance
Signed-off-by: wangjingyu <wangjingyu@...ontech.com>
---
init/init_task.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/init_task.c b/init/init_task.c
index 15f6eb93a04f..0f995118c6c0 100644
--- a/init/init_task.c
+++ b/init/init_task.c
@@ -81,7 +81,7 @@ struct task_struct init_task
.policy = SCHED_NORMAL,
.cpus_ptr = &init_task.cpus_mask,
.cpus_mask = CPU_MASK_ALL,
- .nr_cpus_allowed= NR_CPUS,
+ .nr_cpus_allowed = NR_CPUS,
.mm = NULL,
.active_mm = &init_mm,
.restart_block = {
--
2.11.0
Powered by blists - more mailing lists