Skip to content

Commit 006e7a6

Browse files
Dick KennedyDick Kennedy
authored andcommitted
scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
JIRA: https://issues.redhat.com/browse/RHEL-82167 commit 8a9b76b Author: Colin Ian King <colin.i.king@gmail.com> Date: Thu Feb 27 22:50:46 2025 +0000 scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology' 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> Signed-off-by: Dick Kennedy <dkennedy@redhat.com>
1 parent 817ef73 commit 006e7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/lpfc/lpfc_hbadisc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3524,7 +3524,7 @@ lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
35243524
if (phba->fc_topology &&
35253525
phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
35263526
lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3527-
"3314 Toplogy changed was 0x%x is 0x%x\n",
3527+
"3314 Topology changed was 0x%x is 0x%x\n",
35283528
phba->fc_topology,
35293529
bf_get(lpfc_mbx_read_top_topology, la));
35303530
phba->fc_topology_changed = 1;

0 commit comments

Comments
 (0)