scsi: pm8001: Remove space in a debug message
authorColin Ian King <colin.king@canonical.com>
Tue, 24 Nov 2020 09:38:28 +0000 (09:38 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 1 Dec 2020 04:34:40 +0000 (23:34 -0500)
There are two words that need separating with a space in a pm8001_dbg()
message. Fix it.

Link: https://lore.kernel.org/r/20201124093828.307709-1-colin.king@canonical.com
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Acked-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/pm8001/pm8001_hwi.c

index 08d6cc9b50db853bb75a4713d012b3a7ceeefe34..c8d4d87c547372c3abac2ea10ba8f4076cdbad51 100644 (file)
@@ -1031,7 +1031,7 @@ pm8001_chip_soft_rst(struct pm8001_hba_info *pm8001_ha)
        regVal = pm8001_cr32(pm8001_ha, 2, GSM_WRITE_DATA_PARITY_CHECK);
        pm8001_cw32(pm8001_ha, 2, GSM_WRITE_DATA_PARITY_CHECK, regVal3);
        pm8001_dbg(pm8001_ha, INIT,
-                  "GSM 0x700048 - Write Data Parity Check Enableis set to = 0x%x\n",
+                  "GSM 0x700048 - Write Data Parity Check Enable is set to = 0x%x\n",
                   pm8001_cr32(pm8001_ha, 2, GSM_WRITE_DATA_PARITY_CHECK));
 
        /* step 13: bring the IOP and AAP1 out of reset */