diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-07-16 15:37:44 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-08-20 06:44:03 -0400 |
commit | 0b1587b18bfed2fc686abfca7b942d75f859c465 (patch) | |
tree | 57f237cf79ca87e73a6b09c14fc056fba18f02db | |
parent | 8646603608e324b352b1797c6fd8024cb6728a31 (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>
-rw-r--r-- | drivers/crypto/ux500/hash/hash_core.c | 2 | ||||
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 4 | ||||
-rw-r--r-- | drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/cw1200/wsm.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/time-event.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8188ee/fw.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8723ae/fw.c | 4 | ||||
-rw-r--r-- | drivers/power/88pm860x_charger.c | 4 | ||||
-rw-r--r-- | drivers/power/pm2301_charger.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 8 | ||||
-rw-r--r-- | drivers/scsi/qla2xxx/qla_mr.c | 2 |
11 files changed, 18 insertions, 18 deletions
diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c index 496ae6aae316..33693d966b6a 100644 --- a/drivers/crypto/ux500/hash/hash_core.c +++ b/drivers/crypto/ux500/hash/hash_core.c | |||
@@ -282,7 +282,7 @@ static int get_empty_message_digest( | |||
282 | } | 282 | } |
283 | } else { | 283 | } else { |
284 | dev_dbg(device_data->dev, "[%s] Continue hash " | 284 | dev_dbg(device_data->dev, "[%s] Continue hash " |
285 | "calculation, since hmac key avalable", | 285 | "calculation, since hmac key available", |
286 | __func__); | 286 | __func__); |
287 | } | 287 | } |
288 | } | 288 | } |
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 | ||
diff --git a/drivers/net/wireless/cw1200/wsm.c b/drivers/net/wireless/cw1200/wsm.c index cbb74d7a9be5..9e0ca3048657 100644 --- a/drivers/net/wireless/cw1200/wsm.c +++ b/drivers/net/wireless/cw1200/wsm.c | |||
@@ -1199,7 +1199,7 @@ bool wsm_flush_tx(struct cw1200_common *priv) | |||
1199 | 1199 | ||
1200 | if (priv->bh_error) { | 1200 | if (priv->bh_error) { |
1201 | /* In case of failure do not wait for magic. */ | 1201 | /* In case of failure do not wait for magic. */ |
1202 | pr_err("[WSM] Fatal error occured, will not flush TX.\n"); | 1202 | pr_err("[WSM] Fatal error occurred, will not flush TX.\n"); |
1203 | return false; | 1203 | return false; |
1204 | } else { | 1204 | } else { |
1205 | /* Get a timestamp of "oldest" frame */ | 1205 | /* Get a timestamp of "oldest" frame */ |
diff --git a/drivers/net/wireless/iwlwifi/mvm/time-event.c b/drivers/net/wireless/iwlwifi/mvm/time-event.c index ad9bbca99213..39b3ffbc53b0 100644 --- a/drivers/net/wireless/iwlwifi/mvm/time-event.c +++ b/drivers/net/wireless/iwlwifi/mvm/time-event.c | |||
@@ -184,7 +184,7 @@ static void iwl_mvm_te_handle_notif(struct iwl_mvm *mvm, | |||
184 | (!te_data->vif->bss_conf.assoc || | 184 | (!te_data->vif->bss_conf.assoc || |
185 | !te_data->vif->bss_conf.dtim_period)) { | 185 | !te_data->vif->bss_conf.dtim_period)) { |
186 | IWL_ERR(mvm, | 186 | IWL_ERR(mvm, |
187 | "No assocation and the time event is over already...\n"); | 187 | "No association and the time event is over already...\n"); |
188 | ieee80211_connection_loss(te_data->vif); | 188 | ieee80211_connection_loss(te_data->vif); |
189 | } | 189 | } |
190 | 190 | ||
diff --git a/drivers/net/wireless/rtlwifi/rtl8188ee/fw.c b/drivers/net/wireless/rtlwifi/rtl8188ee/fw.c index 57e4cc5833a9..557bc5b8327e 100644 --- a/drivers/net/wireless/rtlwifi/rtl8188ee/fw.c +++ b/drivers/net/wireless/rtlwifi/rtl8188ee/fw.c | |||
@@ -341,7 +341,7 @@ static void _rtl88e_fill_h2c_command(struct ieee80211_hw *hw, | |||
341 | wait_h2c_limit--; | 341 | wait_h2c_limit--; |
342 | if (wait_h2c_limit == 0) { | 342 | if (wait_h2c_limit == 0) { |
343 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, | 343 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, |
344 | "Wating too long for FW read " | 344 | "Waiting too long for FW read " |
345 | "clear HMEBox(%d)!\n", boxnum); | 345 | "clear HMEBox(%d)!\n", boxnum); |
346 | break; | 346 | break; |
347 | } | 347 | } |
@@ -351,7 +351,7 @@ static void _rtl88e_fill_h2c_command(struct ieee80211_hw *hw, | |||
351 | isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); | 351 | isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); |
352 | u1b_tmp = rtl_read_byte(rtlpriv, 0x130); | 352 | u1b_tmp = rtl_read_byte(rtlpriv, 0x130); |
353 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, | 353 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, |
354 | "Wating for FW read clear HMEBox(%d)!!! " | 354 | "Waiting for FW read clear HMEBox(%d)!!! " |
355 | "0x130 = %2x\n", boxnum, u1b_tmp); | 355 | "0x130 = %2x\n", boxnum, u1b_tmp); |
356 | } | 356 | } |
357 | 357 | ||
diff --git a/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c b/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c index dedfa1ed3e02..ba1502b172a6 100644 --- a/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c +++ b/drivers/net/wireless/rtlwifi/rtl8723ae/fw.c | |||
@@ -330,7 +330,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw, | |||
330 | wait_h2c_limmit--; | 330 | wait_h2c_limmit--; |
331 | if (wait_h2c_limmit == 0) { | 331 | if (wait_h2c_limmit == 0) { |
332 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, | 332 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, |
333 | "Wating too long for FW read clear HMEBox(%d)!\n", | 333 | "Waiting too long for FW read clear HMEBox(%d)!\n", |
334 | boxnum); | 334 | boxnum); |
335 | break; | 335 | break; |
336 | } | 336 | } |
@@ -340,7 +340,7 @@ static void _rtl8723ae_fill_h2c_command(struct ieee80211_hw *hw, | |||
340 | isfw_rd = rtl8723ae_check_fw_read_last_h2c(hw, boxnum); | 340 | isfw_rd = rtl8723ae_check_fw_read_last_h2c(hw, boxnum); |
341 | u1tmp = rtl_read_byte(rtlpriv, 0x1BF); | 341 | u1tmp = rtl_read_byte(rtlpriv, 0x1BF); |
342 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, | 342 | RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, |
343 | "Wating for FW read clear HMEBox(%d)!!! " | 343 | "Waiting for FW read clear HMEBox(%d)!!! " |
344 | "0x1BF = %2x\n", boxnum, u1tmp); | 344 | "0x1BF = %2x\n", boxnum, u1tmp); |
345 | } | 345 | } |
346 | 346 | ||
diff --git a/drivers/power/88pm860x_charger.c b/drivers/power/88pm860x_charger.c index ffff66b1c1aa..de029bbc1cc1 100644 --- a/drivers/power/88pm860x_charger.c +++ b/drivers/power/88pm860x_charger.c | |||
@@ -554,7 +554,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data) | |||
554 | OVTEMP_AUTORECOVER, | 554 | OVTEMP_AUTORECOVER, |
555 | OVTEMP_AUTORECOVER); | 555 | OVTEMP_AUTORECOVER); |
556 | dev_dbg(info->dev, | 556 | dev_dbg(info->dev, |
557 | "%s, pm8606 over-temp occure\n", __func__); | 557 | "%s, pm8606 over-temp occurred\n", __func__); |
558 | } | 558 | } |
559 | } | 559 | } |
560 | 560 | ||
@@ -562,7 +562,7 @@ static irqreturn_t pm860x_vchg_handler(int irq, void *data) | |||
562 | set_vchg_threshold(info, VCHG_OVP_LOW, 0); | 562 | set_vchg_threshold(info, VCHG_OVP_LOW, 0); |
563 | info->allowed = 0; | 563 | info->allowed = 0; |
564 | dev_dbg(info->dev, | 564 | dev_dbg(info->dev, |
565 | "%s,pm8607 over-vchg occure,vchg = %dmv\n", | 565 | "%s,pm8607 over-vchg occurred,vchg = %dmv\n", |
566 | __func__, vchg); | 566 | __func__, vchg); |
567 | } else if (vchg < VCHG_OVP_LOW) { | 567 | } else if (vchg < VCHG_OVP_LOW) { |
568 | set_vchg_threshold(info, VCHG_NORMAL_LOW, | 568 | set_vchg_threshold(info, VCHG_NORMAL_LOW, |
diff --git a/drivers/power/pm2301_charger.c b/drivers/power/pm2301_charger.c index 1c0bfcbae062..ffa10ed83eb1 100644 --- a/drivers/power/pm2301_charger.c +++ b/drivers/power/pm2301_charger.c | |||
@@ -386,7 +386,7 @@ static int pm2_int_reg2(void *pm2_data, int val) | |||
386 | if (val & (PM2XXX_INT3_ITCHPRECHARGEWD | | 386 | if (val & (PM2XXX_INT3_ITCHPRECHARGEWD | |
387 | PM2XXX_INT3_ITCHCCWD | PM2XXX_INT3_ITCHCVWD)) { | 387 | PM2XXX_INT3_ITCHCCWD | PM2XXX_INT3_ITCHCVWD)) { |
388 | dev_dbg(pm2->dev, | 388 | dev_dbg(pm2->dev, |
389 | "Watchdog occured for precharge, CC and CV charge\n"); | 389 | "Watchdog occurred for precharge, CC and CV charge\n"); |
390 | } | 390 | } |
391 | 391 | ||
392 | return ret; | 392 | return ret; |
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 5cb08ae3e8c2..f4360c5ea6a9 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -818,7 +818,7 @@ lpfc_issue_reset(struct device *dev, struct device_attribute *attr, | |||
818 | * the readyness after performing a firmware reset. | 818 | * the readyness after performing a firmware reset. |
819 | * | 819 | * |
820 | * Returns: | 820 | * Returns: |
821 | * zero for success, -EPERM when port does not have privilage to perform the | 821 | * zero for success, -EPERM when port does not have privilege to perform the |
822 | * reset, -EIO when port timeout from recovering from the reset. | 822 | * reset, -EIO when port timeout from recovering from the reset. |
823 | * | 823 | * |
824 | * Note: | 824 | * Note: |
@@ -835,7 +835,7 @@ lpfc_sli4_pdev_status_reg_wait(struct lpfc_hba *phba) | |||
835 | lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, | 835 | lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, |
836 | &portstat_reg.word0); | 836 | &portstat_reg.word0); |
837 | 837 | ||
838 | /* verify if privilaged for the request operation */ | 838 | /* verify if privileged for the request operation */ |
839 | if (!bf_get(lpfc_sliport_status_rn, &portstat_reg) && | 839 | if (!bf_get(lpfc_sliport_status_rn, &portstat_reg) && |
840 | !bf_get(lpfc_sliport_status_err, &portstat_reg)) | 840 | !bf_get(lpfc_sliport_status_err, &portstat_reg)) |
841 | return -EPERM; | 841 | return -EPERM; |
@@ -927,9 +927,9 @@ lpfc_sli4_pdev_reg_request(struct lpfc_hba *phba, uint32_t opcode) | |||
927 | rc = lpfc_sli4_pdev_status_reg_wait(phba); | 927 | rc = lpfc_sli4_pdev_status_reg_wait(phba); |
928 | 928 | ||
929 | if (rc == -EPERM) { | 929 | if (rc == -EPERM) { |
930 | /* no privilage for reset */ | 930 | /* no privilege for reset */ |
931 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, | 931 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
932 | "3150 No privilage to perform the requested " | 932 | "3150 No privilege to perform the requested " |
933 | "access: x%x\n", reg_val); | 933 | "access: x%x\n", reg_val); |
934 | } else if (rc == -EIO) { | 934 | } else if (rc == -EIO) { |
935 | /* reset failed, there is nothing more we can do */ | 935 | /* reset failed, there is nothing more we can do */ |
diff --git a/drivers/scsi/qla2xxx/qla_mr.c b/drivers/scsi/qla2xxx/qla_mr.c index d7993797f46e..ab4be107cda1 100644 --- a/drivers/scsi/qla2xxx/qla_mr.c +++ b/drivers/scsi/qla2xxx/qla_mr.c | |||
@@ -1779,7 +1779,7 @@ qlafx00_fx_disc(scsi_qla_host_t *vha, fc_port_t *fcport, uint16_t fx_type) | |||
1779 | p_sysid = utsname(); | 1779 | p_sysid = utsname(); |
1780 | if (!p_sysid) { | 1780 | if (!p_sysid) { |
1781 | ql_log(ql_log_warn, vha, 0x303c, | 1781 | ql_log(ql_log_warn, vha, 0x303c, |
1782 | "Not able to get the system informtion\n"); | 1782 | "Not able to get the system information\n"); |
1783 | goto done_free_sp; | 1783 | goto done_free_sp; |
1784 | } | 1784 | } |
1785 | break; | 1785 | break; |