diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2021-01-26 15:12:48 -0600 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2021-01-29 13:38:33 -0500 |
commit | 2468d20a48b8a9bd42393ec51aaabf6a4309933d (patch) | |
tree | 94687659d8e75d4e4ed6ac11ad19aea6b15126c6 | |
parent | 83e4a9b3dba9d95e17a947595566f2e8caa9a90d (diff) | |
download | linux-stable-2468d20a48b8a9bd42393ec51aaabf6a4309933d.tar.gz linux-stable-2468d20a48b8a9bd42393ec51aaabf6a4309933d.tar.bz2 linux-stable-2468d20a48b8a9bd42393ec51aaabf6a4309933d.zip |
scsi: lpfc: Fix 'physical' typos
Fix misspellings of "physical".
Link: https://lore.kernel.org/r/20210126211248.2920028-1-helgaas@kernel.org
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index d1bb99220495..f0a758138ae8 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c @@ -732,7 +732,7 @@ lpfc_cmpl_els_flogi_fabric(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, spin_unlock_irq(&phba->hbalock); } else { /* Because we asked f/w for NPIV it still expects us - to call reg_vnpid atleast for the physcial host */ + to call reg_vnpid at least for the physical host */ lpfc_printf_vlog(vport, KERN_WARNING, LOG_ELS | LOG_VPORT, "1817 Fabric does not support NPIV " |