mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 01:23:20 +00:00
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>
This commit is contained in:
parent
c709297525
commit
a7634b6f7c
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user