Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

SRP: Fix typo in ib_srpt.c

Correct spelling "alocate" to "allocate" in
drivers/infiniband/ulp/srpt/ib_srpt.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Masanari Iida and committed by
Jiri Kosina
7367d99b 58642a24

+1 -1
+1 -1
drivers/infiniband/ulp/srpt/ib_srpt.c
··· 3450 3450 3451 3451 nacl = kzalloc(sizeof(struct srpt_node_acl), GFP_KERNEL); 3452 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 3454 return NULL; 3455 3455 } 3456 3456