Skip to content

Commit 7a3beea

Browse files
bvanasschemartinkpetersen
authored andcommitted
scsi: target: tcm_fc: Fix a kernel-doc header
Fix the function name in the kernel-doc header above ft_prli(). Link: https://lore.kernel.org/r/[email protected] Cc: Hannes Reinecke <[email protected]> Signed-off-by: Bart Van Assche <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent baa75af commit 7a3beea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/target/tcm_fc/tfc_sess.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ static int ft_prli_locked(struct fc_rport_priv *rdata, u32 spp_len,
410410
}
411411

412412
/**
413-
* tcm_fcp_prli() - Handle incoming or outgoing PRLI for the FCP target
413+
* ft_prli() - Handle incoming or outgoing PRLI for the FCP target
414414
* @rdata: remote port private
415415
* @spp_len: service parameter page length
416416
* @rspp: received service parameter page (NULL for outgoing PRLI)

0 commit comments

Comments
 (0)