Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291721
b: refs/heads/master
c: 26725f2
h: refs/heads/master
i:
  291719: a3a6140
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 10, 2012
1 parent 2d444de commit ce0b745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7367d99b30a2eb385cea33aa8846d2f0502da2da
refs/heads/master: 26725f2ad6be4a002ab9e9c00a6410715ed18962
2 changes: 1 addition & 1 deletion trunk/Documentation/target/tcm_mod_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce0b745

Please sign in to comment.