Commit 6fa96cd5 authored by Christophe Vu-Brugier's avatar Christophe Vu-Brugier Committed by Namjae Jeon
Browse files

exfat: fix typos in comments



Fix typos in comments.

Signed-off-by: default avatarChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: default avatarNamjae Jeon <linkinjeon@kernel.org>
parent e21a28bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -892,7 +892,7 @@ struct exfat_entry_set_cache *exfat_get_dentry_set(struct super_block *sb,
		es->bh[es->num_bh++] = bh;
	}

	/* validiate cached dentries */
	/* validate cached dentries */
	for (i = 1; i < num_entries; i++) {
		ep = exfat_get_dentry_cached(es, i);
		if (!exfat_validate_entry(exfat_get_entry_type(ep), &mode))
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ static int __exfat_write_inode(struct inode *inode, int sync)
		return 0;

	/*
	 * If the indode is already unlinked, there is no need for updating it.
	 * If the inode is already unlinked, there is no need for updating it.
	 */
	if (ei->dir.dir == DIR_DELETED)
		return 0;