Commit 635dad09 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

staging: exfat: fix spelling mistake "maont" -> "mount"



There is a spelling mistake in a kernel info message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20191114221509.10728-1-colin.king@canonical.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d138aed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ static int ffsMountVol(struct super_block *sb)
	exfat_bdev_open(sb);

	if (p_bd->sector_size < sb->s_blocksize) {
		printk(KERN_INFO "EXFAT: maont failed - sector size %d less than blocksize %ld\n",
		printk(KERN_INFO "EXFAT: mount failed - sector size %d less than blocksize %ld\n",
			p_bd->sector_size,  sb->s_blocksize);
		ret = -EINVAL;
		goto out;