diff options
Diffstat (limited to 'extlinux/ext2_fs.h')
-rw-r--r-- | extlinux/ext2_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extlinux/ext2_fs.h b/extlinux/ext2_fs.h index 6355d928..e0b4bbe1 100644 --- a/extlinux/ext2_fs.h +++ b/extlinux/ext2_fs.h @@ -172,7 +172,7 @@ struct ext2_group_desc #define EXT2_COMPRBLK_FL 0x00000200 /* One or more compressed clusters */ #define EXT2_NOCOMP_FL 0x00000400 /* Don't compress */ #define EXT2_ECOMPR_FL 0x00000800 /* Compression error */ -/* End compression flags --- maybe not all used */ +/* End compression flags --- maybe not all used */ #define EXT2_BTREE_FL 0x00001000 /* btree format dir */ #define EXT2_RESERVED_FL 0x80000000 /* reserved for ext2 lib */ @@ -345,7 +345,7 @@ struct ext2_super_block { * the incompatible feature set is that if there is a bit set * in the incompatible feature set that the kernel doesn't * know about, it should refuse to mount the filesystem. - * + * * e2fsck's requirements are more strict; if it doesn't know * about a feature in either the compatible or incompatible * feature set, it must abort and not try to meddle with |