summaryrefslogtreecommitdiffstats
path: root/Documentation/target
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-09 23:58:28 +0900
committerJiri Kosina <jkosina@suse.cz>2012-02-10 09:52:18 +0100
commit26725f2ad6be4a002ab9e9c00a6410715ed18962 (patch)
treeb6015a4b6cb092e47765493d83651767e94fdbe0 /Documentation/target
parent7367d99b30a2eb385cea33aa8846d2f0502da2da (diff)
downloadop-kernel-dev-26725f2ad6be4a002ab9e9c00a6410715ed18962.zip
op-kernel-dev-26725f2ad6be4a002ab9e9c00a6410715ed18962.tar.gz
Documentation: Fix typo in tcm_mod_builder.py
Correct spelling "alocate" to "allocate" in Documentation/target/tcm_mod_builder.py Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/target')
-rwxr-xr-xDocumentation/target/tcm_mod_builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/target/tcm_mod_builder.py b/Documentation/target/tcm_mod_builder.py
index 6e21b8b..a78879b 100755
--- a/Documentation/target/tcm_mod_builder.py
+++ b/Documentation/target/tcm_mod_builder.py
@@ -775,7 +775,7 @@ def tcm_mod_dump_fabric_ops(proto_ident, fabric_mod_dir_var, fabric_mod_name):
buf += " struct " + fabric_mod_name + "_nacl *nacl;\n\n"
buf += " nacl = kzalloc(sizeof(struct " + fabric_mod_name + "_nacl), GFP_KERNEL);\n"
buf += " if (!nacl) {\n"
- buf += " printk(KERN_ERR \"Unable to alocate struct " + fabric_mod_name + "_nacl\\n\");\n"
+ buf += " printk(KERN_ERR \"Unable to allocate struct " + fabric_mod_name + "_nacl\\n\");\n"
buf += " return NULL;\n"
buf += " }\n\n"
buf += " return &nacl->se_node_acl;\n"
OpenPOWER on IntegriCloud