diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2006-09-27 01:49:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-27 08:26:10 -0700 |
commit | e9ad5620bfb901df8a7a2603c88689ededeecaf1 (patch) | |
tree | 82a2b22e1b7401b98fc2f201b8df2db05764332a /include/linux/jbd.h | |
parent | 7543fc7b3abfee8c6cd6349ebd5e5fde02fac984 (diff) | |
download | kernel_samsung_smdk4412-e9ad5620bfb901df8a7a2603c88689ededeecaf1.zip kernel_samsung_smdk4412-e9ad5620bfb901df8a7a2603c88689ededeecaf1.tar.gz kernel_samsung_smdk4412-e9ad5620bfb901df8a7a2603c88689ededeecaf1.tar.bz2 |
[PATCH] ext3: More whitespace cleanups
More white space cleanups in preparation of cloning ext4 from ext3.
Removing spaces that precede a tab.
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r-- | include/linux/jbd.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index dc26262..a6d9daa 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h @@ -64,7 +64,7 @@ extern int journal_enable_debug; if ((n) <= journal_enable_debug) { \ printk (KERN_DEBUG "(%s, %d): %s: ", \ __FILE__, __LINE__, __FUNCTION__); \ - printk (f, ## a); \ + printk (f, ## a); \ } \ } while (0) #else @@ -201,9 +201,9 @@ typedef struct journal_superblock_s /* 0x0024 */ /* Remaining fields are only valid in a version-2 superblock */ - __be32 s_feature_compat; /* compatible feature set */ - __be32 s_feature_incompat; /* incompatible feature set */ - __be32 s_feature_ro_compat; /* readonly-compatible feature set */ + __be32 s_feature_compat; /* compatible feature set */ + __be32 s_feature_incompat; /* incompatible feature set */ + __be32 s_feature_ro_compat; /* readonly-compatible feature set */ /* 0x0030 */ __u8 s_uuid[16]; /* 128-bit uuid for journal */ @@ -699,7 +699,7 @@ struct journal_s wait_queue_head_t j_wait_updates; /* Semaphore for locking against concurrent checkpoints */ - struct mutex j_checkpoint_mutex; + struct mutex j_checkpoint_mutex; /* * Journal head: identifies the first unused block in the journal. |