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

Commit ac42450c authored by Jonathan Brassow's avatar Jonathan Brassow Committed by NeilBrown
Browse files

MD: possible typo



Make message a bit clearer by s/blocks/k/

I chose 'k' vs 'kiB' or 'kB' because it is what is used earlier in the
message.  'k' may be a bit ambigous, but I think it's better than "blocks"
which normally means 512, but means 1024 in MD.

Signed-off-by: default avatarJonathan Brassow <jbrassow@redhat.com>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 68866e42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6866,7 +6866,7 @@ void md_do_sync(mddev_t *mddev)
	 * Tune reconstruction:
	 */
	window = 32*(PAGE_SIZE/512);
	printk(KERN_INFO "md: using %dk window, over a total of %llu blocks.\n",
	printk(KERN_INFO "md: using %dk window, over a total of %lluk.\n",
		window/2, (unsigned long long)max_sectors/2);

	atomic_set(&mddev->recovery_active, 0);