Re: [patch] x86: Trivial printk fix in efi.c

From: Ingo Molnar
Date: Fri Oct 03 2008 - 04:20:37 EST



* Russ Anderson <rja@xxxxxxx> wrote:

> [patch] x86: Trivial printk fix in efi.c
>
> The following line is lacking a space between "memdesc" and "doesn't".
>
> "Kernel-defined memdescdoesn't match the one from EFI!"
>
> Fixed the printk by adding a space.

> - printk(KERN_WARNING "Kernel-defined memdesc"
> + printk(KERN_WARNING "Kernel-defined memdesc "
> "doesn't match the one from EFI!\n");

the dangers of breaking a string in the middle.

applied your fix in the form below to tip/x86/cleanups - thanks Russ!

Ingo

------------------->