Re: [PATCH] scsi: pm80xx: fix spelling mistake "to" -> "too"

From: Jinpu Wang
Date: Fri Jan 24 2020 - 14:24:41 EST


On Thu, Jan 23, 2020 at 1:57 AM Colin King <colin.king@xxxxxxxxxxxxx> wrote:
>
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> There is a spelling mistake in a pm8001_printk message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx>
Acked-by: Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx>

Thanks Colin.
> ---
> drivers/scsi/pm8001/pm80xx_hwi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/pm8001/pm80xx_hwi.c b/drivers/scsi/pm8001/pm80xx_hwi.c
> index 98dcdbd146d5..d1d95f1a2c6a 100644
> --- a/drivers/scsi/pm8001/pm80xx_hwi.c
> +++ b/drivers/scsi/pm8001/pm80xx_hwi.c
> @@ -2377,7 +2377,7 @@ mpi_sata_completion(struct pm8001_hba_info *pm8001_ha, void *piomb)
> ts->buf_valid_size = sizeof(*resp);
> } else
> PM8001_IO_DBG(pm8001_ha,
> - pm8001_printk("response to large\n"));
> + pm8001_printk("response too large\n"));
> }
> if (pm8001_dev)
> pm8001_dev->running_req--;
> --
> 2.24.0
>