projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b21d18
)
IB/srpt: Fix typo "alocate" -> "allocate"
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 9 Feb 2012 14:37:43 +0000
(23:37 +0900)
committer
Roland Dreier
<roland@purestorage.com>
Sun, 26 Feb 2012 01:49:37 +0000
(17:49 -0800)
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/ulp/srpt/ib_srpt.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/ulp/srpt/ib_srpt.c
b/drivers/infiniband/ulp/srpt/ib_srpt.c
index 2b73d43cd6919a33c6b491467ea02a5d7af8202f..ebe33d960d77b235bff0caf1e6721700b69312b8 100644
(file)
--- 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)
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 al
l
ocate struct srpt_node_acl\n");
return NULL;
}