[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1518470955-4646-1-git-send-email-l4stpr0gr4m@gmail.com>
Date: Tue, 13 Feb 2018 06:29:15 +0900
From: Kangmin Park <l4stpr0gr4m@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Jiri Kosina <trivial@...nel.org>, linux-kernel@...r.kernel.org,
Kangmin Park <l4stpr0gr4m@...il.com>
Subject: [PATCH] Fix a misspelling in kernel/cpu.c
A trivial patch to fix a misspelling in kernel/cpu.c
Fix 'synchronsization' to 'synchronization' in comment
Signed-off-by: Kangmin Park <l4stpr0gr4m@...il.com>
---
kernel/cpu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/cpu.c b/kernel/cpu.c
index 53f7dc6..9a1ee53 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -1336,7 +1336,7 @@ static struct cpuhp_step cpuhp_ap_states[] = {
.teardown.single = smpcfd_dying_cpu,
},
/* Entry state on starting. Interrupts enabled from here on. Transient
- * state for synchronsization */
+ * state for synchronization */
[CPUHP_AP_ONLINE] = {
.name = "ap:online",
},
--
2.7.4
Powered by blists - more mailing lists