projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e786c6a
)
microblaze: remove trailing space in messages
author
Frans Pop
<elendil@planet.nl>
Sat, 6 Feb 2010 17:47:12 +0000
(18:47 +0100)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/cpu/cache.c
b/arch/microblaze/kernel/cpu/cache.c
index 5425f89335ed4a67425729928689924282f65351..13f0c1de3234ac45693a8ce985e8aba425b1ae52 100644
(file)
--- 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)
{