From: Colin Ian King Date: Sat, 26 May 2018 14:42:18 +0000 (+0100) Subject: scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9af3c479242246e61bd3eb58dba8efd61903a183;p=openwrt%2Fstaging%2Fblogic.git scsi: pm80xx: fix spelling mistake "UNSORPORTED" -> "SUPPORTED" 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 Acked-by: Jack Wang Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index db88a8e7ee0e..4dd6cad330e8 100644 --- a/drivers/scsi/pm8001/pm8001_hwi.c +++ b/drivers/scsi/pm8001/pm8001_hwi.c @@ -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);