treewide: Fix typo in printk
Correct spelling typo in printk Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
8646603608
commit
0b1587b18b
@@ -1637,7 +1637,7 @@ int qlcnic_83xx_nic_set_promisc(struct qlcnic_adapter *adapter, u32 mode)
|
||||
err = qlcnic_issue_cmd(adapter, &cmd);
|
||||
if (err)
|
||||
dev_info(&adapter->pdev->dev,
|
||||
"Promiscous mode config failed\n");
|
||||
"Promiscuous mode config failed\n");
|
||||
|
||||
qlcnic_free_mbx_args(&cmd);
|
||||
return err;
|
||||
@@ -3082,7 +3082,7 @@ int qlcnic_83xx_set_settings(struct qlcnic_adapter *adapter,
|
||||
status = qlcnic_83xx_set_port_config(adapter);
|
||||
if (status) {
|
||||
dev_info(&adapter->pdev->dev,
|
||||
"Faild to Set Link Speed and autoneg.\n");
|
||||
"Failed to Set Link Speed and autoneg.\n");
|
||||
adapter->ahw->port_config = config;
|
||||
}
|
||||
return status;
|
||||
|
@@ -1652,7 +1652,7 @@ static int qlcnic_83xx_process_rcv_ring(struct qlcnic_host_sds_ring *sds_ring,
|
||||
break;
|
||||
default:
|
||||
dev_info(&adapter->pdev->dev,
|
||||
"Unkonwn opcode: 0x%x\n", opcode);
|
||||
"Unknown opcode: 0x%x\n", opcode);
|
||||
goto skip;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user