jbd: Remove one to many n's in a word.
authorJustin P. Mattock <[email protected]>
Sun, 27 Feb 2011 04:34:05 +0000 (20:34 -0800)
committerJan Kara <[email protected]>
Mon, 28 Feb 2011 20:55:58 +0000 (21:55 +0100)
The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock <[email protected]>
CC: Andrew Morton <[email protected]>
CC: [email protected]
Acked-by: "Theodore Ts'o" <[email protected]>
Signed-off-by: Jan Kara <[email protected]>
fs/jbd/journal.c
fs/jbd2/journal.c

index da1b5e4ffce1200675e5cf7690e08d0545b304d8..eb11601f2e00f5c3c5d242fc0d571d80c0d0953c 100644 (file)
@@ -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;
        }
index 97e73469b2c48f0ed1104d5a12e1ddb54102983e..90407b8fece7475b9d733e51047464fa94f209fd 100644 (file)
@@ -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;
        }