2019-11-15 05:12:42

by Ruan Shiyang

[permalink] [raw]
Subject: [PATCH] x86/numa: Fix typo

From: Cao jin <[email protected]>

encomapssing -> encompassing.

Signed-off-by: Cao jin <[email protected]>
---
arch/x86/mm/numa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c
index 4123100e0eaf..99f7a68738f0 100644
--- a/arch/x86/mm/numa.c
+++ b/arch/x86/mm/numa.c
@@ -699,7 +699,7 @@ static int __init dummy_numa_init(void)
* x86_numa_init - Initialize NUMA
*
* Try each configured NUMA initialization method until one succeeds. The
- * last fallback is dummy single node config encomapssing whole memory and
+ * last fallback is dummy single node config encompassing whole memory and
* never fails.
*/
void __init x86_numa_init(void)
--
2.21.0




2019-11-15 07:31:10

by tip-bot2 for Jacob Pan

[permalink] [raw]
Subject: [tip: x86/cleanups] x86/numa: Fix typo

The following commit has been merged into the x86/cleanups branch of tip:

Commit-ID: bff3dc88003badacb7ed685e301ab38dbdc36a8b
Gitweb: https://git.kernel.org/tip/bff3dc88003badacb7ed685e301ab38dbdc36a8b
Author: Cao jin <[email protected]>
AuthorDate: Fri, 15 Nov 2019 13:08:28 +08:00
Committer: Ingo Molnar <[email protected]>
CommitterDate: Fri, 15 Nov 2019 08:26:07 +01:00

x86/numa: Fix typo

encomapssing -> encompassing.

Signed-off-by: Cao jin <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
arch/x86/mm/numa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/mm/numa.c b/arch/x86/mm/numa.c
index 4123100..99f7a68 100644
--- a/arch/x86/mm/numa.c
+++ b/arch/x86/mm/numa.c
@@ -699,7 +699,7 @@ static int __init dummy_numa_init(void)
* x86_numa_init - Initialize NUMA
*
* Try each configured NUMA initialization method until one succeeds. The
- * last fallback is dummy single node config encomapssing whole memory and
+ * last fallback is dummy single node config encompassing whole memory and
* never fails.
*/
void __init x86_numa_init(void)