2019-04-18 10:22:02

by Colin King

[permalink] [raw]
Subject: [PATCH] scsi: aic7xxx: fix spelling mistake "recevied" -> "received"

From: Colin Ian King <[email protected]>

There is a spelling mistake in a kernel message, fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
index d4a7263e4b8f..a9d40d3b90ef 100644
--- a/drivers/scsi/aic7xxx/aic7xxx_core.c
+++ b/drivers/scsi/aic7xxx/aic7xxx_core.c
@@ -1666,7 +1666,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat)
printk("\tCRC Value Mismatch\n");
if ((sstat2 & CRCENDERR) != 0)
printk("\tNo terminal CRC packet "
- "recevied\n");
+ "received\n");
if ((sstat2 & CRCREQERR) != 0)
printk("\tIllegal CRC packet "
"request\n");
--
2.20.1


2019-04-18 10:42:33

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] scsi: aic7xxx: fix spelling mistake "recevied" -> "received"


On 4/18/2019 3:50 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in a kernel message, fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh
> ---
> drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
> index d4a7263e4b8f..a9d40d3b90ef 100644
> --- a/drivers/scsi/aic7xxx/aic7xxx_core.c
> +++ b/drivers/scsi/aic7xxx/aic7xxx_core.c
> @@ -1666,7 +1666,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat)
> printk("\tCRC Value Mismatch\n");
> if ((sstat2 & CRCENDERR) != 0)
> printk("\tNo terminal CRC packet "
> - "recevied\n");
> + "received\n");
> if ((sstat2 & CRCREQERR) != 0)
> printk("\tIllegal CRC packet "
> "request\n");

2019-04-19 00:39:23

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH] scsi: aic7xxx: fix spelling mistake "recevied" -> "received"


Colin,

> There is a spelling mistake in a kernel message, fix it.

Applied to 5.2/scsi-queue, thanks.

--
Martin K. Petersen Oracle Linux Engineering