Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Jiri Kosina
0b1587b1 86466036

+18 -18
+1 -1
drivers/crypto/ux500/hash/hash_core.c
··· 282 282 } 283 283 } else { 284 284 dev_dbg(device_data->dev, "[%s] Continue hash " 285 - "calculation, since hmac key avalable", 285 + "calculation, since hmac key available", 286 286 __func__); 287 287 } 288 288 }
+2 -2
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
··· 1637 1637 err = qlcnic_issue_cmd(adapter, &cmd); 1638 1638 if (err) 1639 1639 dev_info(&adapter->pdev->dev, 1640 - "Promiscous mode config failed\n"); 1640 + "Promiscuous mode config failed\n"); 1641 1641 1642 1642 qlcnic_free_mbx_args(&cmd); 1643 1643 return err; ··· 3082 3082 status = qlcnic_83xx_set_port_config(adapter); 3083 3083 if (status) { 3084 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 3086 adapter->ahw->port_config = config; 3087 3087 } 3088 3088 return status;
+1 -1
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
··· 1652 1652 break; 1653 1653 default: 1654 1654 dev_info(&adapter->pdev->dev, 1655 - "Unkonwn opcode: 0x%x\n", opcode); 1655 + "Unknown opcode: 0x%x\n", opcode); 1656 1656 goto skip; 1657 1657 } 1658 1658
+1 -1
drivers/net/wireless/cw1200/wsm.c
··· 1199 1199 1200 1200 if (priv->bh_error) { 1201 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 1203 return false; 1204 1204 } else { 1205 1205 /* Get a timestamp of "oldest" frame */
+1 -1
drivers/net/wireless/iwlwifi/mvm/time-event.c
··· 184 184 (!te_data->vif->bss_conf.assoc || 185 185 !te_data->vif->bss_conf.dtim_period)) { 186 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 188 ieee80211_connection_loss(te_data->vif); 189 189 } 190 190
+2 -2
drivers/net/wireless/rtlwifi/rtl8188ee/fw.c
··· 341 341 wait_h2c_limit--; 342 342 if (wait_h2c_limit == 0) { 343 343 RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD, 344 - "Wating too long for FW read " 344 + "Waiting too long for FW read " 345 345 "clear HMEBox(%d)!\n", boxnum); 346 346 break; 347 347 } ··· 351 351 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum); 352 352 u1b_tmp = rtl_read_byte(rtlpriv, 0x130); 353 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 355 "0x130 = %2x\n", boxnum, u1b_tmp); 356 356 } 357 357
+2 -2
drivers/net/wireless/rtlwifi/rtl8723ae/fw.c
··· 330 330 wait_h2c_limmit--; 331 331 if (wait_h2c_limmit == 0) { 332 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 334 boxnum); 335 335 break; 336 336 } ··· 340 340 isfw_rd = rtl8723ae_check_fw_read_last_h2c(hw, boxnum); 341 341 u1tmp = rtl_read_byte(rtlpriv, 0x1BF); 342 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 344 "0x1BF = %2x\n", boxnum, u1tmp); 345 345 } 346 346
+2 -2
drivers/power/88pm860x_charger.c
··· 554 554 OVTEMP_AUTORECOVER, 555 555 OVTEMP_AUTORECOVER); 556 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 562 set_vchg_threshold(info, VCHG_OVP_LOW, 0); 563 563 info->allowed = 0; 564 564 dev_dbg(info->dev, 565 - "%s,pm8607 over-vchg occure,vchg = %dmv\n", 565 + "%s,pm8607 over-vchg occurred,vchg = %dmv\n", 566 566 __func__, vchg); 567 567 } else if (vchg < VCHG_OVP_LOW) { 568 568 set_vchg_threshold(info, VCHG_NORMAL_LOW,
+1 -1
drivers/power/pm2301_charger.c
··· 386 386 if (val & (PM2XXX_INT3_ITCHPRECHARGEWD | 387 387 PM2XXX_INT3_ITCHCCWD | PM2XXX_INT3_ITCHCVWD)) { 388 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 392 return ret;
+4 -4
drivers/scsi/lpfc/lpfc_attr.c
··· 818 818 * the readyness after performing a firmware reset. 819 819 * 820 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 822 * reset, -EIO when port timeout from recovering from the reset. 823 823 * 824 824 * Note: ··· 835 835 lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr, 836 836 &portstat_reg.word0); 837 837 838 - /* verify if privilaged for the request operation */ 838 + /* verify if privileged for the request operation */ 839 839 if (!bf_get(lpfc_sliport_status_rn, &portstat_reg) && 840 840 !bf_get(lpfc_sliport_status_err, &portstat_reg)) 841 841 return -EPERM; ··· 927 927 rc = lpfc_sli4_pdev_status_reg_wait(phba); 928 928 929 929 if (rc == -EPERM) { 930 - /* no privilage for reset */ 930 + /* no privilege for reset */ 931 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 933 "access: x%x\n", reg_val); 934 934 } else if (rc == -EIO) { 935 935 /* reset failed, there is nothing more we can do */
+1 -1
drivers/scsi/qla2xxx/qla_mr.c
··· 1779 1779 p_sysid = utsname(); 1780 1780 if (!p_sysid) { 1781 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 1783 goto done_free_sp; 1784 1784 } 1785 1785 break;