Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a776ce7c authored by Masanari Iida's avatar Masanari Iida Committed by Roland Dreier
Browse files

IB/srpt: Fix typo "alocate" -> "allocate"

parent 6b21d18e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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);
	nacl = kzalloc(sizeof(struct srpt_node_acl), GFP_KERNEL);
	if (!nacl) {
	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;
		return NULL;
	}
	}