[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1265478443-31072-5-git-send-email-elendil@planet.nl>
Date: Sat, 6 Feb 2010 18:47:12 +0100
From: Frans Pop <elendil@...net.nl>
To: linux-kernel@...r.kernel.org
Cc: Frans Pop <elendil@...net.nl>, microblaze-uclinux@...e.uq.edu.au,
Michal Simek <monstr@...str.eu>
Subject: [PATCH 05/16] microblaze: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@...net.nl>
Cc: microblaze-uclinux@...e.uq.edu.au
Cc: Michal Simek <monstr@...str.eu>
---
arch/microblaze/kernel/cpu/cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/microblaze/kernel/cpu/cache.c b/arch/microblaze/kernel/cpu/cache.c
index d9d6383..a2c8009 100644
--- a/arch/microblaze/kernel/cpu/cache.c
+++ b/arch/microblaze/kernel/cpu/cache.c
@@ -504,7 +504,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)
{
--
1.6.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists