Fix common misspellings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / scsi / arm / fas216.c
index 2b2ce21e227ea95200ec437f2d2a29f7d1cc356e..e85c40b6e19b162bdff9a20c203af426b746cf41 100644 (file)
@@ -2119,7 +2119,7 @@ request_sense:
         * executed, unless a target connects to us.
         */
        if (info->reqSCpnt)
-               printk(KERN_WARNING "scsi%d.%c: loosing request command\n",
+               printk(KERN_WARNING "scsi%d.%c: losing request command\n",
                        info->host->host_no, '0' + SCpnt->device->id);
        info->reqSCpnt = SCpnt;
 }
@@ -2294,7 +2294,7 @@ static int fas216_noqueue_command_lck(struct scsi_cmnd *SCpnt,
                 * If we don't have an IRQ, then we must poll the card for
                 * it's interrupt, and use that to call this driver's
                 * interrupt routine.  That way, we keep the command
-                * progressing.  Maybe we can add some inteligence here
+                * progressing.  Maybe we can add some intelligence here
                 * and go to sleep if we know that the device is going
                 * to be some time (eg, disconnected).
                 */