diff mbox

fat: fix typo s/supeblock/superblock/

Message ID 1466481089-27097-1-git-send-email-lv.zheng.2015@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Zheng Lv June 21, 2016, 3:51 a.m. UTC
Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com>
Cc: trivial@kernel.org
---
 fs/fat/inode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

OGAWA Hirofumi June 22, 2016, 8:34 p.m. UTC | #1
Zheng Lv <lv.zheng.2015@gmail.com> writes:

> Signed-off-by: Zheng Lv <lv.zheng.2015@gmail.com>
> Cc: trivial@kernel.org

Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

> ---
>  fs/fat/inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/fat/inode.c b/fs/fat/inode.c
> index 3bcf579..b902c89 100644
> --- a/fs/fat/inode.c
> +++ b/fs/fat/inode.c
> @@ -1589,7 +1589,7 @@ int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat,
>  
>  	/*
>  	 * GFP_KERNEL is ok here, because while we do hold the
> -	 * supeblock lock, memory pressure can't call back into
> +	 * superblock lock, memory pressure can't call back into
>  	 * the filesystem, since we're only just about to mount
>  	 * it and have no inodes etc active!
>  	 */
diff mbox

Patch

diff --git a/fs/fat/inode.c b/fs/fat/inode.c
index 3bcf579..b902c89 100644
--- a/fs/fat/inode.c
+++ b/fs/fat/inode.c
@@ -1589,7 +1589,7 @@  int fat_fill_super(struct super_block *sb, void *data, int silent, int isvfat,
 
 	/*
 	 * GFP_KERNEL is ok here, because while we do hold the
-	 * supeblock lock, memory pressure can't call back into
+	 * superblock lock, memory pressure can't call back into
 	 * the filesystem, since we're only just about to mount
 	 * it and have no inodes etc active!
 	 */