From: Alexander Kuleshov Date: Thu, 16 Apr 2015 19:47:26 +0000 (-0700) Subject: fs/fat: comment fix, fat_bits can be also 32 X-Git-Tag: v4.1-rc1~102^2~46 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=8de560def7426a770ce8f967b3c3534bc9a2f683;p=linux.git fs/fat: comment fix, fat_bits can be also 32 Signed-off-by: Alexander Kuleshov Acked-by: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/fat/fat.h b/fs/fat/fat.h index fe65a7d5688b..be5e15323bab 100644 --- a/fs/fat/fat.h +++ b/fs/fat/fat.h @@ -63,7 +63,7 @@ struct msdos_sb_info { unsigned short sec_per_clus; /* sectors/cluster */ unsigned short cluster_bits; /* log2(cluster_size) */ unsigned int cluster_size; /* cluster size */ - unsigned char fats, fat_bits; /* number of FATs, FAT bits (12 or 16) */ + unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */ unsigned short fat_start; unsigned long fat_length; /* FAT start & length (sec.) */ unsigned long dir_start;