Commit d0f6cfb4 authored by Julia Lawall's avatar Julia Lawall Committed by Martin K. Petersen
Browse files

scsi: bfa: Update outdated comment



The function bfa_lps_is_brcd_fabric() was eliminated, being a one-line
function, in commit f7f73812 ("[SCSI] bfa: clean up one line
functions").  Replace the call in the comment by its inlined
counterpart, referring to the parameter of the subsequent function.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Link: https://patch.msgid.link/20251231165027.142443-1-Julia.Lawall@inria.fr


Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 001556d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1169,7 +1169,7 @@ bfa_fcs_fabric_vport_lookup(struct bfa_fcs_fabric_s *fabric, wwn_t pwwn)
 *         This function should be used only if there is any requirement
*          to check for FOS version below 6.3.
 *         To check if the attached fabric is a brocade fabric, use
 *         bfa_lps_is_brcd_fabric() which works for FOS versions 6.3
 *         fabric->lps->brcd_switch which works for FOS versions 6.3
 *         or above only.
 */