aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-02-06 12:47:12 -0500
committerMichal Simek <monstr@monstr.eu>2010-03-11 08:09:29 -0500
commit4c912c1a33abb67aefecb5ed8bd73d91887c4977 (patch)
tree5683cad352e0be92f538818a3fd8edf874a050bb /arch/microblaze
parente786c6ad2ba7f1f9b9cc9d75d5e7ba7d9cdc550a (diff)
microblaze: remove trailing space in messages
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>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/cpu/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/cpu/cache.c b/arch/microblaze/kernel/cpu/cache.c
index 5425f89335ed..13f0c1de3234 100644
--- a/arch/microblaze/kernel/cpu/cache.c
+++ b/arch/microblaze/kernel/cpu/cache.c
@@ -493,7 +493,7 @@ const struct scache wt_nomsr_noirq = {
493#define CPUVER_7_20_A 0x0c 493#define CPUVER_7_20_A 0x0c
494#define CPUVER_7_20_D 0x0f 494#define CPUVER_7_20_D 0x0f
495 495
496#define INFO(s) printk(KERN_INFO "cache: " s " \n"); 496#define INFO(s) printk(KERN_INFO "cache: " s "\n");
497 497
498void microblaze_cache_init(void) 498void microblaze_cache_init(void)
499{ 499{