projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58642a2
)
SRP: Fix typo in ib_srpt.c
author
Masanari Iida
<standby24x7@gmail.com>
Thu, 9 Feb 2012 14:37:43 +0000
(23:37 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 9 Feb 2012 22:09:54 +0000
(23:09 +0100)
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>
drivers/infiniband/ulp/srpt/ib_srpt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/infiniband/ulp/srpt/ib_srpt.c
b/drivers/infiniband/ulp/srpt/ib_srpt.c
index cd5d05e22a77e0dc46ca3944d148b1b538056f3b..368f956891b30a8435f96402202ed6384ef99325 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;
}