From: Horms Date: Mon, 5 Feb 2007 01:17:38 +0000 (+0900) Subject: [IA64] add newline to PAL-code warning message X-Git-Tag: v2.6.21-rc2~42^2~16^2~21 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=9473252f20e8482464415d9030b3957b5593796d;p=linux-2.6-omap-h63xx.git [IA64] add newline to PAL-code warning message Signed-off-by: Simon Horman Signed-off-by: Tony Luck --- diff --git a/arch/ia64/kernel/efi.c b/arch/ia64/kernel/efi.c index 0b25a7d4e1e..6c03928544c 100644 --- a/arch/ia64/kernel/efi.c +++ b/arch/ia64/kernel/efi.c @@ -380,7 +380,7 @@ efi_get_pal_addr (void) #endif return __va(md->phys_addr); } - printk(KERN_WARNING "%s: no PAL-code memory-descriptor found", + printk(KERN_WARNING "%s: no PAL-code memory-descriptor found\n", __FUNCTION__); return NULL; }