Skip to content

Commit d0f6cfb

Browse files
JuliaLawallmartinkpetersen
authored andcommitted
scsi: bfa: Update outdated comment
The function bfa_lps_is_brcd_fabric() was eliminated, being a one-line function, in commit f7f7381 ("[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: Julia Lawall <Julia.Lawall@inria.fr> Link: https://patch.msgid.link/20251231165027.142443-1-Julia.Lawall@inria.fr Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 001556d commit d0f6cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/bfa/bfa_fcs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ bfa_fcs_fabric_vport_lookup(struct bfa_fcs_fabric_s *fabric, wwn_t pwwn)
11691169
* This function should be used only if there is any requirement
11701170
* to check for FOS version below 6.3.
11711171
* To check if the attached fabric is a brocade fabric, use
1172-
* bfa_lps_is_brcd_fabric() which works for FOS versions 6.3
1172+
* fabric->lps->brcd_switch which works for FOS versions 6.3
11731173
* or above only.
11741174
*/
11751175

0 commit comments

Comments
 (0)