Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

msdos_fs.h: fix 'fields' in comment

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Jeremiah Mahler and committed by
Jiri Kosina
7d7d731d a7870c0f

+2 -2
+2 -2
include/uapi/linux/msdos_fs.h
··· 134 134 __u8 vol_id[4]; /* volume ID */ 135 135 __u8 vol_label[11]; /* volume label */ 136 136 __u8 fs_type[8]; /* file system type */ 137 - /* other fiealds are not added here */ 137 + /* other fields are not added here */ 138 138 } fat16; 139 139 140 140 struct { ··· 157 157 __u8 vol_id[4]; /* volume ID */ 158 158 __u8 vol_label[11]; /* volume label */ 159 159 __u8 fs_type[8]; /* file system type */ 160 - /* other fiealds are not added here */ 160 + /* other fields are not added here */ 161 161 } fat32; 162 162 }; 163 163 };