[SCSI] Fix printk typos in drivers/scsi
authorMasanari Iida <standby24x7@gmail.com>
Thu, 7 May 2015 14:21:27 +0000 (23:21 +0900)
committerJiri Kosina <jkosina@suse.com>
Fri, 7 Aug 2015 12:28:45 +0000 (14:28 +0200)
This patch fix spme spelling typos in printk within drivers/scsi.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/scsi/53c700.c
drivers/scsi/scsi_transport_iscsi.c
drivers/scsi/scsi_transport_spi.c
drivers/scsi/wd719x.c

index 82abfce1cb42b2b07c64b081beffd7aa5a538849..a209c341889830127fa6ca5e72bde71d141432e7 100644 (file)
@@ -299,7 +299,7 @@ NCR_700_detect(struct scsi_host_template *tpnt,
        memory = dma_alloc_noncoherent(hostdata->dev, TOTAL_MEM_SIZE,
                                       &pScript, GFP_KERNEL);
        if(memory == NULL) {
-               printk(KERN_ERR "53c700: Failed to allocate memory for driver, detatching\n");
+               printk(KERN_ERR "53c700: Failed to allocate memory for driver, detaching\n");
                return NULL;
        }
 
index 55647aae065cf45795d13326b6056c43f19b4dc6..da73d5524602236dd17d43362d8c8a44b8389f84 100644 (file)
@@ -3037,7 +3037,7 @@ iscsi_get_chap(struct iscsi_transport *transport, struct nlmsghdr *nlh)
 
        shost = scsi_host_lookup(ev->u.get_chap.host_no);
        if (!shost) {
-               printk(KERN_ERR "%s: failed. Cound not find host no %u\n",
+               printk(KERN_ERR "%s: failed. Could not find host no %u\n",
                       __func__, ev->u.get_chap.host_no);
                return -ENODEV;
        }
index 31bbb0da3397f9a4f743b897b5f4c6e5d29dd19d..319868f3f67430f5c7e493675d6c9abea2477294 100644 (file)
@@ -786,10 +786,10 @@ spi_dv_retrain(struct scsi_device *sdev, u8 *buffer, u8 *ptr,
                 * IU, then QAS (if we can control them), then finally
                 * fall down the periods */
                if (i->f->set_iu && spi_iu(starget)) {
-                       starget_printk(KERN_ERR, starget, "Domain Validation Disabing Information Units\n");
+                       starget_printk(KERN_ERR, starget, "Domain Validation Disabling Information Units\n");
                        DV_SET(iu, 0);
                } else if (i->f->set_qas && spi_qas(starget)) {
-                       starget_printk(KERN_ERR, starget, "Domain Validation Disabing Quick Arbitration and Selection\n");
+                       starget_printk(KERN_ERR, starget, "Domain Validation Disabling Quick Arbitration and Selection\n");
                        DV_SET(qas, 0);
                } else {
                        newperiod = spi_period(starget);
index 61346aa731785b417cf52a44e6a55003d7d9e7ac..e3da1a2fdb6664597cc7e639e5a8d61da5a13fd1 100644 (file)
@@ -590,7 +590,7 @@ static inline void wd719x_interrupt_SCB(struct wd719x *wd,
                dev_dbg(&wd->pdev->dev, "selection timeout\n");
                break;
        case WD719X_SUE_RESET:
-               dev_dbg(&wd->pdev->dev, "bus reset occured\n");
+               dev_dbg(&wd->pdev->dev, "bus reset occurred\n");
                result = DID_RESET;
                break;
        case WD719X_SUE_BUSERROR: