Skip to content

Commit

Permalink
IB/srpt: Fix typo "alocate" -> "allocate"
Browse files Browse the repository at this point in the history
Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Roland Dreier <[email protected]>
  • Loading branch information
standby24x7 authored and rolandd committed Feb 26, 2012
1 parent 6b21d18 commit a776ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/ulp/srpt/ib_srpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@ static struct se_node_acl *srpt_alloc_fabric_acl(struct se_portal_group *se_tpg)

nacl = kzalloc(sizeof(struct srpt_node_acl), GFP_KERNEL);
if (!nacl) {
printk(KERN_ERR "Unable to alocate struct srpt_node_acl\n");
printk(KERN_ERR "Unable to allocate struct srpt_node_acl\n");
return NULL;
}

Expand Down

0 comments on commit a776ce7

Please sign in to comment.