diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-11-05 09:30:40 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 05:08:17 -0500 |
commit | 744627e91c3c272e4c9f866ee61808f4206a9450 (patch) | |
tree | fd41d4c0759a449957c4145381814bd8bd23e9b3 /drivers/vhost/tcm_vhost.c | |
parent | 8166ea07cb89208f6beb9aa6aed554250f150cc8 (diff) |
treewide: fix printk typo in multiple drivers
Correct spelling typo in multiple drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/vhost/tcm_vhost.c')
-rw-r--r-- | drivers/vhost/tcm_vhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index aa31692064dd..509ed1ab03ef 100644 --- a/drivers/vhost/tcm_vhost.c +++ b/drivers/vhost/tcm_vhost.c | |||
@@ -231,7 +231,7 @@ static struct se_node_acl *tcm_vhost_alloc_fabric_acl( | |||
231 | 231 | ||
232 | nacl = kzalloc(sizeof(struct tcm_vhost_nacl), GFP_KERNEL); | 232 | nacl = kzalloc(sizeof(struct tcm_vhost_nacl), GFP_KERNEL); |
233 | if (!nacl) { | 233 | if (!nacl) { |
234 | pr_err("Unable to alocate struct tcm_vhost_nacl\n"); | 234 | pr_err("Unable to allocate struct tcm_vhost_nacl\n"); |
235 | return NULL; | 235 | return NULL; |
236 | } | 236 | } |
237 | 237 | ||