* [patch 2.6.13] x86_64: Clean up nmi error message
@ 2005-09-09 2:33 Chuck Ebbert
2005-09-09 2:49 ` Andi Kleen
0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2005-09-09 2:33 UTC (permalink / raw)
To: Andi Kleen; +Cc: linux-kernel
The x86_64 nmi code is missing a newline in one of its messages.
I added a space before the CPU id for readability and killed the trailing
space on the previous line as well.
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
arch/x86_64/kernel/nmi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--- 2.6.13-64.orig/arch/x86_64/kernel/nmi.c
+++ 2.6.13-64/arch/x86_64/kernel/nmi.c
@@ -486,8 +486,8 @@ void nmi_watchdog_tick (struct pt_regs *
== NOTIFY_STOP) {
local_set(&__get_cpu_var(alert_counter), 0);
return;
- }
- die_nmi("NMI Watchdog detected LOCKUP on CPU%d", regs);
+ }
+ die_nmi("NMI Watchdog detected LOCKUP on CPU %d\n", regs);
}
} else {
__get_cpu_var(last_irq_sum) = sum;
__
Chuck
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 2.6.13] x86_64: Clean up nmi error message
2005-09-09 2:33 [patch 2.6.13] x86_64: Clean up nmi error message Chuck Ebbert
@ 2005-09-09 2:49 ` Andi Kleen
0 siblings, 0 replies; 2+ messages in thread
From: Andi Kleen @ 2005-09-09 2:49 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: linux-kernel
On Friday 09 September 2005 04:33, Chuck Ebbert wrote:
> The x86_64 nmi code is missing a newline in one of its messages.
>
> I added a space before the CPU id for readability and killed the trailing
> space on the previous line as well.
Thanks merged.
-Andi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-09-09 2:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-09 2:33 [patch 2.6.13] x86_64: Clean up nmi error message Chuck Ebbert
2005-09-09 2:49 ` Andi Kleen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox