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>
Esse commit está contido em:
Masanari Iida
2012-12-29 02:00:09 +09:00
commit de Jiri Kosina
commit 8a168ca707
14 arquivos alterados com 14 adições e 14 exclusões

Ver arquivo

@@ -1718,7 +1718,7 @@ static struct se_node_acl *sbp_alloc_fabric_acl(struct se_portal_group *se_tpg)
nacl = kzalloc(sizeof(struct sbp_nacl), GFP_KERNEL);
if (!nacl) {
pr_err("Unable to alocate struct sbp_nacl\n");
pr_err("Unable to allocate struct sbp_nacl\n");
return NULL;
}