scsi: lpfc: Fix wrong function reference in a comment
authorJean Delvare <jdelvare@suse.de>
Thu, 31 Jul 2025 11:33:11 +0000 (13:33 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 6 Aug 2025 01:57:13 +0000 (21:57 -0400)
commita59976116a01dad1c72460f9ed700bf4b3fdbebd
tree1dbaa0ccd782971baa3a865397ffa76f36d64f4d
parent034d319c8899e8c5c0a35c6692c7fc7e8c12c374
scsi: lpfc: Fix wrong function reference in a comment

Function scsi_host_remove() doesn't exist, the actual function name is
scsi_remove_host().

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Link: https://lore.kernel.org/r/20250731133311.52034cc4@endymion
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/lpfc/lpfc_vport.c