[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAKW4uUwZdgyJ7Xzyx4SCKhC3R4Er_aSGSSRxg=go2tRQfzSveg@mail.gmail.com>
Date: Mon, 5 Feb 2018 00:27:15 +0900
From: Kangmin Park <l4stpr0gr4m@...il.com>
To: trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Fix a misspelling in kernel/cpu.c
A trivial patch to fix a typo in kernel/cpu.c
Fix 'synchronsization' to 'synchronization'
Signed-off-by: Kangmin Park <l4stpr0gr4m@...il.com>
Cc: Jiri Kosina <trivial@...nel.org>
Cc: linux-kernel@...r.kernel.org
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",
},
Powered by blists - more mailing lists