From: Zheng Lv Date: Tue, 21 Jun 2016 03:51:29 +0000 (-0400) Subject: fat: fix typo s/supeblock/superblock/ X-Git-Tag: v4.8-rc1~122^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dcc381e8330e087402084647d048a168fb948e1c;p=karo-tx-linux.git fat: fix typo s/supeblock/superblock/ Signed-off-by: Zheng Lv Signed-off-by: Jiri Kosina --- diff --git a/fs/fat/inode.c b/fs/fat/inode.c index 3bcf57925dca..b902c89fa8b9 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! */