diff options
| author | 2007-05-24 13:04:54 -0400 | |
|---|---|---|
| committer | 2007-05-31 16:20:14 -0400 | |
| commit | 8c55e20411c9499c52890a081724a8b71f3dc3a1 (patch) | |
| tree | 82f1badade34aa5a5461a4ae5141c30a9a64cc66 /fs/ext4/super.c | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix (diff) | |
| download | wireguard-linux-8c55e20411c9499c52890a081724a8b71f3dc3a1.tar.xz wireguard-linux-8c55e20411c9499c52890a081724a8b71f3dc3a1.zip | |
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>
Diffstat (limited to 'fs/ext4/super.c')
| -rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index cb9afdd0e26e..175b68c60968 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c @@ -1985,7 +1985,7 @@ static journal_t *ext4_get_dev_journal(struct super_block *sb, 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; } |
