1
0
Fork 0

md/raid0: remove empty line printk from dump_zones

Remove the final printk. All preceding output is already properly
newline-terminated and the printk isn't even KERN_CONT to begin with,
so it only adds one empty line to the log.

Signed-off-by: Michal Pecio <michal.pecio@gmail.com>
Signed-off-by: Shaohua Li <shli@fb.com>
hifive-unleashed-5.1
Michał Pecio 2016-04-24 18:11:45 +02:00 committed by Shaohua Li
parent 7dedd15dd2
commit b297874a2d
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ static void dump_zones(struct mddev *mddev)
(unsigned long long)zone_size>>1);
zone_start = conf->strip_zone[j].zone_end;
}
printk(KERN_INFO "\n");
}
static int create_strip_zones(struct mddev *mddev, struct r0conf **private_conf)