1
0
Fork 0

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>
hifive-unleashed-5.1
Frans Pop 2010-02-06 18:47:12 +01:00 committed by Michal Simek
parent e786c6ad2b
commit 4c912c1a33
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{