From: Horms Date: Mon, 5 Feb 2007 01:17:38 +0000 (+0900) Subject: [IA64] add newline to PAL-code warning message X-Git-Tag: accepted/tizen/common/20141203.182822~32827^2~16^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9473252f20e8482464415d9030b3957b5593796d;p=platform%2Fkernel%2Flinux-arm64.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 0b25a7d..6c03928 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; }