diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-12-28 12:00:09 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-09 05:43:32 -0500 |
commit | 8a168ca7074b463d0e19a9e9c15946db1afbddc4 (patch) | |
tree | 3b3276410acd699b396cd7a8907f217bcc68efff /drivers/target | |
parent | 2c016dc2cbd160acf099bee8e4d5c056a8b691b1 (diff) |
treewide: Fix typo in various drivers
Correct spelling typo in printk within various drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/sbp/sbp_target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/sbp/sbp_target.c b/drivers/target/sbp/sbp_target.c index 0d6d7c1f025e..be793883413d 100644 --- a/drivers/target/sbp/sbp_target.c +++ b/drivers/target/sbp/sbp_target.c | |||
@@ -1718,7 +1718,7 @@ static struct se_node_acl *sbp_alloc_fabric_acl(struct se_portal_group *se_tpg) | |||
1718 | 1718 | ||
1719 | nacl = kzalloc(sizeof(struct sbp_nacl), GFP_KERNEL); | 1719 | nacl = kzalloc(sizeof(struct sbp_nacl), GFP_KERNEL); |
1720 | if (!nacl) { | 1720 | if (!nacl) { |
1721 | pr_err("Unable to alocate struct sbp_nacl\n"); | 1721 | pr_err("Unable to allocate struct sbp_nacl\n"); |
1722 | return NULL; | 1722 | return NULL; |
1723 | } | 1723 | } |
1724 | 1724 | ||