public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [resend, trivial] fix missing printk space
@ 2009-07-21 19:14 Michael Tokarev
  2009-07-22  9:50 ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2009-07-21 19:14 UTC (permalink / raw)
  To: Linux Kernel

This trivial patch fixes one missing space in printk.

I already fixed it about half a year ago or more, but
the change (in arch/x86/kernel/cpu/smpboot.c at that
time) didn't made into mainline yet.

Thanks.

/mjt

index 28e5f59..6c139ed 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -185,3 +185,3 @@ static void __cpuinit amd_k7_smp_check(struct cpuinfo_x86 *c)
 	WARN_ONCE(1, "WARNING: This combination of AMD"
-		"processors is not suitable for SMP.\n");
+		" processors is not suitable for SMP.\n");
 	if (!test_taint(TAINT_UNSAFE_SMP))

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [resend, trivial] fix missing printk space
  2009-07-21 19:14 [resend, trivial] fix missing printk space Michael Tokarev
@ 2009-07-22  9:50 ` Jiri Kosina
  2009-07-22 13:50   ` Michael Tokarev
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2009-07-22  9:50 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: Linux Kernel

On Tue, 21 Jul 2009, Michael Tokarev wrote:

> This trivial patch fixes one missing space in printk.
> 
> I already fixed it about half a year ago or more, but
> the change (in arch/x86/kernel/cpu/smpboot.c at that
> time) didn't made into mainline yet.
> 
> Thanks.
> 
> /mjt
> 
> index 28e5f59..6c139ed 100644
> --- a/arch/x86/kernel/cpu/amd.c
> +++ b/arch/x86/kernel/cpu/amd.c
> @@ -185,3 +185,3 @@ static void __cpuinit amd_k7_smp_check(struct cpuinfo_x86 *c)
>  	WARN_ONCE(1, "WARNING: This combination of AMD"
> -		"processors is not suitable for SMP.\n");
> +		" processors is not suitable for SMP.\n");
>  	if (!test_taint(TAINT_UNSAFE_SMP))

You forgot Signed-off-by: line. Please resend with it, and I will queue it 
in the trivial tree if noone else picks it up.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [resend, trivial] fix missing printk space
  2009-07-22  9:50 ` Jiri Kosina
@ 2009-07-22 13:50   ` Michael Tokarev
  2009-07-22 23:19     ` Jiri Kosina
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2009-07-22 13:50 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Linux Kernel

This trivial patch fixes one missing space in printk.

I already fixed it about half a year ago or more, but
the change (in arch/x86/kernel/cpu/smpboot.c at that
time) didn't made into mainline yet.

Thanks.

/mjt

Signed-Off-By: Michael Tokarev <mjt@tls.msk.ru>

index 28e5f59..6c139ed 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -185,3 +185,3 @@ static void __cpuinit amd_k7_smp_check(struct cpuinfo_x86 *c)
  	WARN_ONCE(1, "WARNING: This combination of AMD"
-		"processors is not suitable for SMP.\n");
+		" processors is not suitable for SMP.\n");
  	if (!test_taint(TAINT_UNSAFE_SMP))


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [resend, trivial] fix missing printk space
  2009-07-22 13:50   ` Michael Tokarev
@ 2009-07-22 23:19     ` Jiri Kosina
  0 siblings, 0 replies; 4+ messages in thread
From: Jiri Kosina @ 2009-07-22 23:19 UTC (permalink / raw)
  To: Michael Tokarev; +Cc: Linux Kernel

On Wed, 22 Jul 2009, Michael Tokarev wrote:

> index 28e5f59..6c139ed 100644
> --- a/arch/x86/kernel/cpu/amd.c
> +++ b/arch/x86/kernel/cpu/amd.c
> @@ -185,3 +185,3 @@ static void __cpuinit amd_k7_smp_check(struct cpuinfo_x86
> *c)
>  	WARN_ONCE(1, "WARNING: This combination of AMD"
> -		"processors is not suitable for SMP.\n");
> +		" processors is not suitable for SMP.\n");
>  	if (!test_taint(TAINT_UNSAFE_SMP))
> 
> 

Applied to trivial queue, thanks Michael.

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-22 23:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-21 19:14 [resend, trivial] fix missing printk space Michael Tokarev
2009-07-22  9:50 ` Jiri Kosina
2009-07-22 13:50   ` Michael Tokarev
2009-07-22 23:19     ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox