diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-11-05 22:26:48 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-11-20 14:56:11 +0100 |
commit | 6774def6422f6eac53f1828c317bf3b08a8f5a60 (patch) | |
tree | 18c39aa5062202e7efa5e3f4d119abf79e90515d /fs/reiserfs | |
parent | cbd2551628c50816b479e7689641f553f1aa688e (diff) |
treewide: fix typo in printk and Kconfig
This patch fix spelling typo in printk and Kconfig within
various part of kernel sources.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/reiserfs')
-rw-r--r-- | fs/reiserfs/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c index d571e173a990..9d6486d416a3 100644 --- a/fs/reiserfs/journal.c +++ b/fs/reiserfs/journal.c @@ -2772,7 +2772,7 @@ int journal_init(struct super_block *sb, const char *j_dev_name, if (journal_init_dev(sb, journal, j_dev_name) != 0) { reiserfs_warning(sb, "sh-462", - "unable to initialize jornal device"); + "unable to initialize journal device"); goto free_and_return; } |