Commit 426d734f authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ChangeLog, setsuper.c:

  setsuper.c: Cleaned up some random whitespace problems.
ext2fs.h:
  Fixed spelling mistake in comment.
parent a9ca2016
2001-01-12 Theodore Ts'o <tytso@valinux.com>
* debugfs.h, debugfs.c (do_show_super_stats): Use full words
* setsuper.c: Cleaned up some random whitespace problems.
* debugfs.h, debugfs.c (do_show_super_stats): Use full words
instead of pluralism hack to make I18N conversion easier.
Clean up gcc -Wall complaints.
......
......@@ -58,7 +58,7 @@ static struct super_set_info super_fields[] = {
{ "def_resuid", &set_sb.s_def_resuid, 2, parse_uint },
{ "def_resgid", &set_sb.s_def_resgid, 2, parse_uint },
{ "first_ino", &set_sb.s_first_ino, 4, parse_uint },
{ "inode_size", &set_sb. s_inode_size, 2, parse_uint },
{ "inode_size", &set_sb.s_inode_size, 2, parse_uint },
{ "block_group_nr", &set_sb.s_block_group_nr, 2, parse_uint },
{ "feature_compat", &set_sb.s_feature_compat, 4, parse_uint },
{ "feature_incompat", &set_sb.s_feature_incompat, 4, parse_uint },
......@@ -193,7 +193,3 @@ void do_set_super(int argc, char *argv[])
ext2fs_mark_super_dirty(current_fs);
}
}
......@@ -396,7 +396,7 @@ typedef struct ext2_icount *ext2_icount_t;
#define HOLE_BLKADDR(_b) ((_b) == 0 || (_b) == EXT2FS_COMPRESSED_BLKADDR)
/*
* Features supprted by this version of the library
* Features supported by this version of the library
*/
#define EXT2_LIB_FEATURE_COMPAT_SUPP (EXT2_FEATURE_COMPAT_DIR_PREALLOC|\
EXT2_FEATURE_COMPAT_IMAGIC_INODES|\
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment