[PATCH] kernel: cpu: added surrounding spaces

From: Paul Lemmermann
Date: Tue Aug 02 2022 - 22:40:01 EST


Added surrounding spaces aroud assignment operator. Found with
checkpatch.

Signed-off-by: Paul Lemmermann <thepaulodoom@xxxxxxxxxxxxxxxx>
---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/cpu.c b/kernel/cpu.c
index bbad5e375..60978ca61 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1660,7 +1660,7 @@ static struct cpuhp_step cpuhp_hp_states[] = {
.teardown.single = NULL,
},
#ifdef CONFIG_SMP
- [CPUHP_CREATE_THREADS]= {
+ [CPUHP_CREATE_THREADS] = {
.name = "threads:prepare",
.startup.single = smpboot_create_threads,
.teardown.single = NULL,
--
2.37.1