aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-07-16 15:37:44 -0400
committerJiri Kosina <jkosina@suse.cz>2013-08-20 06:44:03 -0400
commit0b1587b18bfed2fc686abfca7b942d75f859c465 (patch)
tree57f237cf79ca87e73a6b09c14fc056fba18f02db /drivers/net/ethernet
parent8646603608e324b352b1797c6fd8024cb6728a31 (diff)
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>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c4
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
index 0913c623a67e..3c51b774a65c 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
@@ -1637,7 +1637,7 @@ int qlcnic_83xx_nic_set_promisc(struct qlcnic_adapter *adapter, u32 mode)
1637 err = qlcnic_issue_cmd(adapter, &cmd); 1637 err = qlcnic_issue_cmd(adapter, &cmd);
1638 if (err) 1638 if (err)
1639 dev_info(&adapter->pdev->dev, 1639 dev_info(&adapter->pdev->dev,
1640 "Promiscous mode config failed\n"); 1640 "Promiscuous mode config failed\n");
1641 1641
1642 qlcnic_free_mbx_args(&cmd); 1642 qlcnic_free_mbx_args(&cmd);
1643 return err; 1643 return err;
@@ -3082,7 +3082,7 @@ int qlcnic_83xx_set_settings(struct qlcnic_adapter *adapter,
3082 status = qlcnic_83xx_set_port_config(adapter); 3082 status = qlcnic_83xx_set_port_config(adapter);
3083 if (status) { 3083 if (status) {
3084 dev_info(&adapter->pdev->dev, 3084 dev_info(&adapter->pdev->dev,
3085 "Faild to Set Link Speed and autoneg.\n"); 3085 "Failed to Set Link Speed and autoneg.\n");
3086 adapter->ahw->port_config = config; 3086 adapter->ahw->port_config = config;
3087 } 3087 }
3088 return status; 3088 return status;
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
index d3f8797efcc3..2fe15c591b3a 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
@@ -1652,7 +1652,7 @@ static int qlcnic_83xx_process_rcv_ring(struct qlcnic_host_sds_ring *sds_ring,
1652 break; 1652 break;
1653 default: 1653 default:
1654 dev_info(&adapter->pdev->dev, 1654 dev_info(&adapter->pdev->dev,
1655 "Unkonwn opcode: 0x%x\n", opcode); 1655 "Unknown opcode: 0x%x\n", opcode);
1656 goto skip; 1656 goto skip;
1657 } 1657 }
1658 1658