Whamcloud - gitweb
ChangeLog, setsuper.c:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jan 2001 01:29:05 +0000 (01:29 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 13 Jan 2001 01:29:05 +0000 (01:29 +0000)
  setsuper.c: Cleaned up some random whitespace problems.
ext2fs.h:
  Fixed spelling mistake in comment.

debugfs/ChangeLog
debugfs/setsuper.c
lib/ext2fs/ext2fs.h

index 5059426..b6dcb79 100644 (file)
@@ -1,6 +1,8 @@
 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.
 
index d7e8691..c257fcc 100644 (file)
@@ -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);
        }
 }
-       
-               
-               
-       
index 17dbe26..3b5d2e6 100644 (file)
@@ -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|\