···16371637 err = qlcnic_issue_cmd(adapter, &cmd);16381638 if (err)16391639 dev_info(&adapter->pdev->dev,16401640- "Promiscous mode config failed\n");16401640+ "Promiscuous mode config failed\n");1641164116421642 qlcnic_free_mbx_args(&cmd);16431643 return err;···30823082 status = qlcnic_83xx_set_port_config(adapter);30833083 if (status) {30843084 dev_info(&adapter->pdev->dev,30853085- "Faild to Set Link Speed and autoneg.\n");30853085+ "Failed to Set Link Speed and autoneg.\n");30863086 adapter->ahw->port_config = config;30873087 }30883088 return status;
···1199119912001200 if (priv->bh_error) {12011201 /* In case of failure do not wait for magic. */12021202- pr_err("[WSM] Fatal error occured, will not flush TX.\n");12021202+ pr_err("[WSM] Fatal error occurred, will not flush TX.\n");12031203 return false;12041204 } else {12051205 /* Get a timestamp of "oldest" frame */
+1-1
drivers/net/wireless/iwlwifi/mvm/time-event.c
···184184 (!te_data->vif->bss_conf.assoc ||185185 !te_data->vif->bss_conf.dtim_period)) {186186 IWL_ERR(mvm,187187- "No assocation and the time event is over already...\n");187187+ "No association and the time event is over already...\n");188188 ieee80211_connection_loss(te_data->vif);189189 }190190
+2-2
drivers/net/wireless/rtlwifi/rtl8188ee/fw.c
···341341 wait_h2c_limit--;342342 if (wait_h2c_limit == 0) {343343 RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD,344344- "Wating too long for FW read "344344+ "Waiting too long for FW read "345345 "clear HMEBox(%d)!\n", boxnum);346346 break;347347 }···351351 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum);352352 u1b_tmp = rtl_read_byte(rtlpriv, 0x130);353353 RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD,354354- "Wating for FW read clear HMEBox(%d)!!! "354354+ "Waiting for FW read clear HMEBox(%d)!!! "355355 "0x130 = %2x\n", boxnum, u1b_tmp);356356 }357357
+2-2
drivers/net/wireless/rtlwifi/rtl8723ae/fw.c
···330330 wait_h2c_limmit--;331331 if (wait_h2c_limmit == 0) {332332 RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD,333333- "Wating too long for FW read clear HMEBox(%d)!\n",333333+ "Waiting too long for FW read clear HMEBox(%d)!\n",334334 boxnum);335335 break;336336 }···340340 isfw_rd = rtl8723ae_check_fw_read_last_h2c(hw, boxnum);341341 u1tmp = rtl_read_byte(rtlpriv, 0x1BF);342342 RT_TRACE(rtlpriv, COMP_CMD, DBG_LOUD,343343- "Wating for FW read clear HMEBox(%d)!!! "343343+ "Waiting for FW read clear HMEBox(%d)!!! "344344 "0x1BF = %2x\n", boxnum, u1tmp);345345 }346346
···386386 if (val & (PM2XXX_INT3_ITCHPRECHARGEWD |387387 PM2XXX_INT3_ITCHCCWD | PM2XXX_INT3_ITCHCVWD)) {388388 dev_dbg(pm2->dev,389389- "Watchdog occured for precharge, CC and CV charge\n");389389+ "Watchdog occurred for precharge, CC and CV charge\n");390390 }391391392392 return ret;
+4-4
drivers/scsi/lpfc/lpfc_attr.c
···818818 * the readyness after performing a firmware reset.819819 *820820 * Returns:821821- * zero for success, -EPERM when port does not have privilage to perform the821821+ * zero for success, -EPERM when port does not have privilege to perform the822822 * reset, -EIO when port timeout from recovering from the reset.823823 *824824 * Note:···835835 lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,836836 &portstat_reg.word0);837837838838- /* verify if privilaged for the request operation */838838+ /* verify if privileged for the request operation */839839 if (!bf_get(lpfc_sliport_status_rn, &portstat_reg) &&840840 !bf_get(lpfc_sliport_status_err, &portstat_reg))841841 return -EPERM;···927927 rc = lpfc_sli4_pdev_status_reg_wait(phba);928928929929 if (rc == -EPERM) {930930- /* no privilage for reset */930930+ /* no privilege for reset */931931 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,932932- "3150 No privilage to perform the requested "932932+ "3150 No privilege to perform the requested "933933 "access: x%x\n", reg_val);934934 } else if (rc == -EIO) {935935 /* reset failed, there is nothing more we can do */
+1-1
drivers/scsi/qla2xxx/qla_mr.c
···17791779 p_sysid = utsname();17801780 if (!p_sysid) {17811781 ql_log(ql_log_warn, vha, 0x303c,17821782- "Not able to get the system informtion\n");17821782+ "Not able to get the system information\n");17831783 goto done_free_sp;17841784 }17851785 break;