Re: [patch 2.6.13] x86_64: Clean up nmi error message

2005-09-08 Thread Andi Kleen
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 - To unsubscribe from this list: send t

[patch 2.6.13] x86_64: Clean up nmi error message

2005-09-08 Thread Chuck Ebbert
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 <[EMAIL PROTECTED]> arch/x86_64/kernel/nmi.c |4 ++-- 1 files changed, 2 insertions(+)