scsi: lpfc: fix spelling mistake "Notication" -> "Notification"
authorColin Ian King <colin.king@canonical.com>
Fri, 21 Feb 2020 15:48:41 +0000 (15:48 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 24 Feb 2020 20:18:14 +0000 (15:18 -0500)
There is a spelling mistake in a lpfc_printf_vlog info message. Fix it.

[mkp: fix spelling mistake in commit description]

Link: https://lore.kernel.org/linux-scsi/20200221154841.77791-1-colin.king@canonical.com
Reviewed-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_els.c

index a712f15bc88cfb48841c29ad5b1dde326e15df7d..80d1e661b0d4ec7d5ec581bb7e4f8593dc3b1a7f 100644 (file)
@@ -3128,7 +3128,7 @@ lpfc_cmpl_els_disc_cmd(struct lpfc_hba *phba, struct lpfc_iocbq *cmdiocb,
                for (i = 0; i < ELS_RDF_REG_TAG_CNT &&
                            i < be32_to_cpu(prdf->reg_d1.reg_desc.count); i++)
                        lpfc_printf_vlog(vport, KERN_INFO, LOG_ELS,
-                                "4677 Fabric RDF Notication Grant Data: "
+                                "4677 Fabric RDF Notification Grant Data: "
                                 "0x%08x\n",
                                 be32_to_cpu(
                                        prdf->reg_d1.desc_tags[i]));