]> Git Repo - linux.git/commitdiff
[IA64] add newline to PAL-code warning message
authorHorms <[email protected]>
Mon, 5 Feb 2007 01:17:38 +0000 (10:17 +0900)
committerTony Luck <[email protected]>
Mon, 5 Feb 2007 19:32:59 +0000 (11:32 -0800)
Signed-off-by: Simon Horman <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
arch/ia64/kernel/efi.c

index 0b25a7d4e1e4006f3de7f52edff67c56e5b0f4a0..6c03928544c233cb4b3e5c14537b56f9a7fe3898 100644 (file)
@@ -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;
 }
This page took 0.054743 seconds and 4 git commands to generate.