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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Referência em uma nova issue
Block a user