diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-12-29 02:00:09 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-09 11:43:32 +0100 |
commit | 8a168ca7074b463d0e19a9e9c15946db1afbddc4 (patch) | |
tree | 3b3276410acd699b396cd7a8907f217bcc68efff /fs/ocfs2 | |
parent | 2c016dc2cbd160acf099bee8e4d5c056a8b691b1 (diff) | |
download | linux-8a168ca7074b463d0e19a9e9c15946db1afbddc4.tar.bz2 |
treewide: Fix typo in various drivers
Correct spelling typo in printk within various drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/cluster/tcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/tcp.c b/fs/ocfs2/cluster/tcp.c index 1bfe8802cc1e..a1d83c58b296 100644 --- a/fs/ocfs2/cluster/tcp.c +++ b/fs/ocfs2/cluster/tcp.c @@ -870,7 +870,7 @@ int o2net_register_handler(u32 msg_type, u32 key, u32 max_len, /* we've had some trouble with handlers seemingly vanishing. */ mlog_bug_on_msg(o2net_handler_tree_lookup(msg_type, key, &p, &parent) == NULL, - "couldn't find handler we *just* registerd " + "couldn't find handler we *just* registered " "for type %u key %08x\n", msg_type, key); } write_unlock(&o2net_handler_lock); |