diff options
-rw-r--r-- | drivers/infiniband/ulp/srpt/ib_srpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srpt/ib_srpt.c b/drivers/infiniband/ulp/srpt/ib_srpt.c index cd5d05e22a77..368f956891b3 100644 --- a/drivers/infiniband/ulp/srpt/ib_srpt.c +++ b/drivers/infiniband/ulp/srpt/ib_srpt.c | |||
@@ -3450,7 +3450,7 @@ static struct se_node_acl *srpt_alloc_fabric_acl(struct se_portal_group *se_tpg) | |||
3450 | 3450 | ||
3451 | nacl = kzalloc(sizeof(struct srpt_node_acl), GFP_KERNEL); | 3451 | nacl = kzalloc(sizeof(struct srpt_node_acl), GFP_KERNEL); |
3452 | if (!nacl) { | 3452 | if (!nacl) { |
3453 | printk(KERN_ERR "Unable to alocate struct srpt_node_acl\n"); | 3453 | printk(KERN_ERR "Unable to allocate struct srpt_node_acl\n"); |
3454 | return NULL; | 3454 | return NULL; |
3455 | } | 3455 | } |
3456 | 3456 | ||