aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel/cpu
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2010-02-06 18:47:12 +0100
committerMichal Simek <monstr@monstr.eu>2010-03-11 14:09:29 +0100
commit4c912c1a33abb67aefecb5ed8bd73d91887c4977 (patch)
tree5683cad352e0be92f538818a3fd8edf874a050bb /arch/microblaze/kernel/cpu
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/kernel/cpu')
-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 = {
#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)
{