aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/tcm_vhost.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vhost/tcm_vhost.c')
-rw-r--r--drivers/vhost/tcm_vhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c
index aa31692064d..509ed1ab03e 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