From: Colin Ian King <colin.king@xxxxxxxxxxxxx> Trivial fix to spelling mistake in ntfs_debug debug message Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> --- fs/ntfs/mft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ntfs/mft.c b/fs/ntfs/mft.c index 32c523cf5a2d..8e76f64d9784 100644 --- a/fs/ntfs/mft.c +++ b/fs/ntfs/mft.c @@ -1586,7 +1586,7 @@ static int ntfs_mft_bitmap_extend_initialized_nolock(ntfs_volume *vol) ATTR_RECORD *a; int ret; - ntfs_debug("Extending mft bitmap initiailized (and data) size."); + ntfs_debug("Extending mft bitmap initialized (and data) size."); mft_ni = NTFS_I(vol->mft_ino); mftbmp_vi = vol->mftbmp_ino; mftbmp_ni = NTFS_I(mftbmp_vi); -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html