summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-04-18 06:20:25 -0400
committerMartin K. Petersen <martin.petersen@oracle.com>2019-04-18 20:37:40 -0400
commita7634b6f7cbbdc6efcf772e080a6fe845d1f6161 (patch)
tree144f95b7082dc4a699c16bab29879a61d0159896
parentc70929752511cb73dfb940d4c3f00e75ab55ef67 (diff)
scsi: aic7xxx: fix spelling mistake "recevied" -> "received"
There is a spelling mistake in a kernel message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r--drivers/scsi/aic7xxx/aic7xxx_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_core.c b/drivers/scsi/aic7xxx/aic7xxx_core.c
index f3362f4ab16e..3993f15e7ff6 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)
1666 printk("\tCRC Value Mismatch\n"); 1666 printk("\tCRC Value Mismatch\n");
1667 if ((sstat2 & CRCENDERR) != 0) 1667 if ((sstat2 & CRCENDERR) != 0)
1668 printk("\tNo terminal CRC packet " 1668 printk("\tNo terminal CRC packet "
1669 "recevied\n"); 1669 "received\n");
1670 if ((sstat2 & CRCREQERR) != 0) 1670 if ((sstat2 & CRCREQERR) != 0)
1671 printk("\tIllegal CRC packet " 1671 printk("\tIllegal CRC packet "
1672 "request\n"); 1672 "request\n");