microblaze: remove trailing space in messages
authorFrans Pop <elendil@planet.nl>
Sat, 6 Feb 2010 17:47:12 +0000 (18:47 +0100)
committerMichal Simek <monstr@monstr.eu>
Thu, 11 Mar 2010 13:09:29 +0000 (14:09 +0100)
Signed-off-by: Frans Pop <elendil@planet.nl>
Cc: microblaze-uclinux@itee.uq.edu.au
Cc: Michal Simek <monstr@monstr.eu>
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/cpu/cache.c

index 5425f89..13f0c1d 100644 (file)
@@ -493,7 +493,7 @@ const struct scache wt_nomsr_noirq = {
 #define CPUVER_7_20_A  0x0c
 #define CPUVER_7_20_D  0x0f
 
-#define INFO(s)        printk(KERN_INFO "cache: " s " \n");
+#define INFO(s)        printk(KERN_INFO "cache: " s "\n");
 
 void microblaze_cache_init(void)
 {