aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-12-18 08:43:01 +0000
committerMartin K. Petersen <martin.petersen@oracle.com>2019-12-19 18:47:07 -0500
commit291c2548458d3a8b326bfa8d7abbba86e036faf7 (patch)
treee32a43d95059f925263d54ee6d20e1b4c956b0fa /drivers/scsi/lpfc/lpfc_init.c
parentscsi: lpfc: fix build failure with DEBUGFS disabled (diff)
downloadlinux-dev-291c2548458d3a8b326bfa8d7abbba86e036faf7.tar.xz
linux-dev-291c2548458d3a8b326bfa8d7abbba86e036faf7.zip
scsi: lpfc: fix spelling mistakes of asynchronous
There are spelling mistakes of asynchronous in a lpfc_printf_log message and comments. Fix these. Link: https://lore.kernel.org/r/20191218084301.627555-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_init.c')
-rw-r--r--drivers/scsi/lpfc/lpfc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c
index 6298b1729098..6a04fdb3fbf2 100644
--- a/drivers/scsi/lpfc/lpfc_init.c
+++ b/drivers/scsi/lpfc/lpfc_init.c
@@ -5883,7 +5883,7 @@ void lpfc_sli4_async_event_proc(struct lpfc_hba *phba)
break;
default:
lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
- "1804 Invalid asynchrous event code: "
+ "1804 Invalid asynchronous event code: "
"x%x\n", bf_get(lpfc_trailer_code,
&cq_event->cqe.mcqe_cmpl));
break;