msdos_fs.h: fix 'fields' in comment
Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
a7870c0f26
commit
7d7d731d1f
@ -134,7 +134,7 @@ struct fat_boot_sector {
|
|||||||
__u8 vol_id[4]; /* volume ID */
|
__u8 vol_id[4]; /* volume ID */
|
||||||
__u8 vol_label[11]; /* volume label */
|
__u8 vol_label[11]; /* volume label */
|
||||||
__u8 fs_type[8]; /* file system type */
|
__u8 fs_type[8]; /* file system type */
|
||||||
/* other fiealds are not added here */
|
/* other fields are not added here */
|
||||||
} fat16;
|
} fat16;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
@ -157,7 +157,7 @@ struct fat_boot_sector {
|
|||||||
__u8 vol_id[4]; /* volume ID */
|
__u8 vol_id[4]; /* volume ID */
|
||||||
__u8 vol_label[11]; /* volume label */
|
__u8 vol_label[11]; /* volume label */
|
||||||
__u8 fs_type[8]; /* file system type */
|
__u8 fs_type[8]; /* file system type */
|
||||||
/* other fiealds are not added here */
|
/* other fields are not added here */
|
||||||
} fat32;
|
} fat32;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user