Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b297874a authored by Michał Pecio's avatar Michał Pecio Committed by Shaohua Li
Browse files

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: default avatarMichal Pecio <michal.pecio@gmail.com>
Signed-off-by: default avatarShaohua Li <shli@fb.com>
parent 7dedd15d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)