diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-26 23:34:05 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2011-02-28 15:55:58 -0500 |
commit | 3c26bdb42320f9f39d30c6f115476bbb66b74dc5 (patch) | |
tree | 464b9ce0d2eb1875ef7cb676d5ec4f25645934a9 /fs/jbd2 | |
parent | ce654b37f87980d95f339080e4c3bdb2370bdf22 (diff) |
jbd: Remove one to many n's in a word.
The Patch below removes one to many "n's" in a word..
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: linux-ext4@vger.kernel.org
Acked-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/jbd2')
-rw-r--r-- | fs/jbd2/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index 97e73469b2c4..90407b8fece7 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c | |||
@@ -991,7 +991,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode) | |||
991 | err = jbd2_journal_bmap(journal, 0, &blocknr); | 991 | err = jbd2_journal_bmap(journal, 0, &blocknr); |
992 | /* If that failed, give up */ | 992 | /* If that failed, give up */ |
993 | if (err) { | 993 | if (err) { |
994 | printk(KERN_ERR "%s: Cannnot locate journal superblock\n", | 994 | printk(KERN_ERR "%s: Cannot locate journal superblock\n", |
995 | __func__); | 995 | __func__); |
996 | goto out_err; | 996 | goto out_err; |
997 | } | 997 | } |