commit | 8c55e20411c9499c52890a081724a8b71f3dc3a1 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Thu May 24 13:04:54 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu May 31 16:20:14 2007 -0400 |
tree | 82f1badade34aa5a5461a4ae5141c30a9a64cc66 | |
parent | 54ca4123363f388ab724fc66da92b87dc05395c3 [diff] [blame] |
EXT4: Fix whitespace Replace a lot of spaces with tabs Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index cb9afdd..175b68c 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c
@@ -1985,7 +1985,7 @@ if (bd_claim(bdev, sb)) { printk(KERN_ERR - "EXT4: failed to claim external journal device.\n"); + "EXT4: failed to claim external journal device.\n"); blkdev_put(bdev); return NULL; }