]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
authorColin Ian King <colin.i.king@gmail.com>
Thu, 27 Feb 2025 22:50:46 +0000 (22:50 +0000)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 4 Mar 2025 03:11:47 +0000 (22:11 -0500)
There is a spelling mistake in a lpfc_printf_log message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20250227225046.660865-1-colin.i.king@gmail.com
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_hbadisc.c

index 18c0365ca30563530189ca5eda7b9c8901398c82..8ca590e8469b587bf6b25254870f7d072f3143b0 100644 (file)
@@ -3524,7 +3524,7 @@ lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
        if (phba->fc_topology &&
            phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
                lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
-                               "3314 Toplogy changed was 0x%x is 0x%x\n",
+                               "3314 Topology changed was 0x%x is 0x%x\n",
                                phba->fc_topology,
                                bf_get(lpfc_mbx_read_top_topology, la));
                phba->fc_topology_changed = 1;