···122122123123 if (!res) {124124 dev_err(&mhba->pdev->dev,125125- "Failed to allocate memory for resouce manager.\n");125125+ "Failed to allocate memory for resource manager.\n");126126 return NULL;127127 }128128···10071007 tmp |= INT_MAP_COMAOUT | INT_MAP_COMAERR;10081008 iowrite32(tmp, regs + CPU_ENPOINTA_MASK_REG);10091009 iowrite32(mhba->list_num_io, mhba->ib_shadow);10101010- /* Set InBound List Avaliable count shadow */10101010+ /* Set InBound List Available count shadow */10111011 iowrite32(lower_32_bits(mhba->ib_shadow_phys),10121012 regs + CLA_INB_AVAL_COUNT_BASEL);10131013 iowrite32(upper_32_bits(mhba->ib_shadow_phys),10141014 regs + CLA_INB_AVAL_COUNT_BASEH);1015101510161016- /* Set OutBound List Avaliable count shadow */10161016+ /* Set OutBound List Available count shadow */10171017 iowrite32((mhba->list_num_io-1) | CL_POINTER_TOGGLE,10181018 mhba->ob_shadow);10191019 iowrite32(lower_32_bits(mhba->ob_shadow_phys), regs + 0x5B0);
+3-3
drivers/scsi/qla4xxx/ql4_os.c
···803803 iscsi_stats_dma);804804 if (ret != QLA_SUCCESS) {805805 ql4_printk(KERN_ERR, ha,806806- "Unable to retreive iscsi stats\n");806806+ "Unable to retrieve iscsi stats\n");807807 goto free_stats;808808 }809809···43324332 return QLA_ERROR;4333433343344334 /* For multi sessions, driver generates the ISID, so do not compare43354335- * ISID in reset path since it would be a comparision between the43354335+ * ISID in reset path since it would be a comparison between the43364336 * driver generated ISID and firmware generated ISID. This could43374337 * lead to adding duplicated DDBs in the list as driver generated43384338 * ISID would not match firmware generated ISID.···51965196 }51975197}51985198/**51995199- * qla4xxx_remove_adapter - calback function to remove adapter.51995199+ * qla4xxx_remove_adapter - callback function to remove adapter.52005200 * @pci_dev: PCI device pointer52015201 **/52025202static void __devexit qla4xxx_remove_adapter(struct pci_dev *pdev)