* [PATCH] Changed alocate to allocate in Documentation/target/tcm_mod_builder.py
@ 2012-02-23 23:50 Spencer Krum
2012-02-24 0:03 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Spencer Krum @ 2012-02-23 23:50 UTC (permalink / raw)
To: nab, rdunlap
Cc: linux-scsi, target-devel, linux-doc, linux-kernel, stable, nibz,
MostAwesomeDude, Spencer O Krum
From: Spencer O Krum <krum.spencer@gmail.com>
Signed-off-by: Spencer Krum <nibz@cat.pdx.edu>
---
Documentation/target/tcm_mod_builder.py | 2 +-
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"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Changed alocate to allocate in Documentation/target/tcm_mod_builder.py
2012-02-23 23:50 [PATCH] Changed alocate to allocate in Documentation/target/tcm_mod_builder.py Spencer Krum
@ 2012-02-24 0:03 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-02-24 0:03 UTC (permalink / raw)
To: Spencer Krum
Cc: nab, rdunlap, linux-scsi, target-devel, linux-doc, linux-kernel,
stable, MostAwesomeDude, Spencer O Krum
On Thu, Feb 23, 2012 at 03:50:39PM -0800, Spencer Krum wrote:
> From: Spencer O Krum <krum.spencer@gmail.com>
>
> Signed-off-by: Spencer Krum <nibz@cat.pdx.edu>
> ---
> Documentation/target/tcm_mod_builder.py | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
<formletter>
This is not the correct way to submit patches for inclusion in the
stable kernel tree. Please read Documentation/stable_kernel_rules.txt
for how to do this properly.
</formletter>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-24 0:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-23 23:50 [PATCH] Changed alocate to allocate in Documentation/target/tcm_mod_builder.py Spencer Krum
2012-02-24 0:03 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).