From 426d734ff06e769cf5117053b6264c4a9decd3b2 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 13 Jan 2001 01:29:05 +0000 Subject: [PATCH] ChangeLog, setsuper.c: setsuper.c: Cleaned up some random whitespace problems. ext2fs.h: Fixed spelling mistake in comment. --- debugfs/ChangeLog | 4 +++- debugfs/setsuper.c | 6 +----- lib/ext2fs/ext2fs.h | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/debugfs/ChangeLog b/debugfs/ChangeLog index 5059426..b6dcb79 100644 --- a/debugfs/ChangeLog +++ b/debugfs/ChangeLog @@ -1,6 +1,8 @@ 2001-01-12 Theodore Ts'o - * 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. diff --git a/debugfs/setsuper.c b/debugfs/setsuper.c index d7e8691..c257fcc 100644 --- a/debugfs/setsuper.c +++ b/debugfs/setsuper.c @@ -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); } } - - - - diff --git a/lib/ext2fs/ext2fs.h b/lib/ext2fs/ext2fs.h index 17dbe26..3b5d2e6 100644 --- a/lib/ext2fs/ext2fs.h +++ b/lib/ext2fs/ext2fs.h @@ -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|\ -- 1.8.3.1