We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034d319 commit a599761Copy full SHA for a599761
drivers/scsi/lpfc/lpfc_vport.c
@@ -666,7 +666,7 @@ lpfc_vport_delete(struct fc_vport *fc_vport)
666
* Take early refcount for outstanding I/O requests we schedule during
667
* delete processing for unreg_vpi. Always keep this before
668
* scsi_remove_host() as we can no longer obtain a reference through
669
- * scsi_host_get() after scsi_host_remove as shost is set to SHOST_DEL.
+ * scsi_host_get() after scsi_remove_host as shost is set to SHOST_DEL.
670
*/
671
if (!scsi_host_get(shost))
672
return VPORT_INVAL;
0 commit comments