Commit 3c26bdb4 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jan Kara

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: default avatarJustin P. Mattock <justinmattock@gmail.com>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: linux-ext4@vger.kernel.org
Acked-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: default avatarJan Kara <jack@suse.cz>
parent ce654b37
......@@ -839,7 +839,7 @@ journal_t * journal_init_inode (struct inode *inode)
err = journal_bmap(journal, 0, &blocknr);
/* If that failed, give up */
if (err) {
printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
printk(KERN_ERR "%s: Cannot locate journal superblock\n",
__func__);
goto out_err;
}
......
......@@ -991,7 +991,7 @@ journal_t * jbd2_journal_init_inode (struct inode *inode)
err = jbd2_journal_bmap(journal, 0, &blocknr);
/* If that failed, give up */
if (err) {
printk(KERN_ERR "%s: Cannnot locate journal superblock\n",
printk(KERN_ERR "%s: Cannot locate journal superblock\n",
__func__);
goto out_err;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment