diff options
author | Hannes Reinecke <hare@suse.de> | 2005-07-19 14:36:34 -0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-07-19 14:36:34 -0400 |
commit | 33aa91b1befa3e4f8da57714ac09b7044cf54451 (patch) | |
tree | cc552482733ef31977d0fcfa8c7e445705ef5653 /extras/volume_id | |
parent | 46f01c6dc44ba516e42d5c8c1ada98a743f916f2 (diff) |
usb_id: fix typo
Diffstat (limited to 'extras/volume_id')
-rw-r--r-- | extras/volume_id/volume_id/ocfs2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/volume_id/ocfs2.c b/extras/volume_id/volume_id/ocfs2.c index 1f2819c0cc..90a6bd531c 100644 --- a/extras/volume_id/volume_id/ocfs2.c +++ b/extras/volume_id/volume_id/ocfs2.c @@ -51,7 +51,7 @@ This is one has been simplified since we only care about the superblock. */ struct ocfs2_super_block { - __u8 i_signature[8]; /* Signature for validation */ + __u8 i_signature[8]; /* Signature for validation */ __u32 i_generation; /* Generation number */ __s16 i_suballoc_slot; /* Slot suballocator this inode belongs to */ __u16 i_suballoc_bit; /* Bit offset in suballocator block group */ |