Skip to content

Commit

Permalink
microblaze: remove trailing space in messages
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frans Pop authored and Michal Simek committed Mar 11, 2010
1 parent e786c6a commit 4c912c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/microblaze/kernel/cpu/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4c912c1

Please sign in to comment.