]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED"
authorColin Ian King <colin.king@canonical.com>
Sat, 26 May 2018 14:42:18 +0000 (15:42 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 29 May 2018 01:31:07 +0000 (21:31 -0400)
Trivial fix to spelling mistake in pm8001_printk message text; also I
believe NOT_UNSUPPORTED should probably be NOT_SUPPORTED. Also fix the
indent of the pm8001_printk statement.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jack Wang <jinpu.wang@profitbricks.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pm8001/pm8001_hwi.c

index db88a8e7ee0ef09aa7633a60733a823451445e3f..4dd6cad330e8e2abf142bf759956ddb5f88b7894 100644 (file)
@@ -3607,7 +3607,7 @@ int pm8001_mpi_reg_resp(struct pm8001_hba_info *pm8001_ha, void *piomb)
                break;
        default:
                PM8001_MSG_DBG(pm8001_ha,
-                pm8001_printk("DEVREG_FAILURE_DEVICE_TYPE_NOT_UNSORPORTED\n"));
+                       pm8001_printk("DEVREG_FAILURE_DEVICE_TYPE_NOT_SUPPORTED\n"));
                break;
        }
        complete(pm8001_dev->dcompletion);