Re: [PATCH] Fix a misspelling in kernel/cpu.c

2018-02-13 Thread Ingo Molnar
* Kangmin Park wrote: > --- > 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[] = { >

[PATCH] Fix a misspelling in kernel/cpu.c

2018-02-12 Thread Kangmin Park
A trivial patch to fix a misspelling in kernel/cpu.c Fix 'synchronsization' to 'synchronization' in comment Signed-off-by: Kangmin Park --- 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.

[PATCH] Fix a misspelling in kernel/cpu.c

2018-02-06 Thread l4stpr0gr4m
From: Kangmin Park Signed-off-by: Kangmin Park Sorry for sending duplicate. A trivial path to fix a typo in kernel/cpu.c Fix 'synchronsization' to 'synchronization' --- kernel/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/cpu.c b/kernel/cpu.c index 53f7dc6.

[PATCH] Fix a misspelling in kernel/cpu.c

2018-02-06 Thread Kangmin Park
--- 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

[PATCH] Fix a misspelling in kernel/cpu.c

2018-02-04 Thread Kangmin Park
A trivial patch to fix a typo in kernel/cpu.c Fix 'synchronsization' to 'synchronization' Signed-off-by: Kangmin Park Cc: Jiri Kosina Cc: linux-kernel@vger.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