diff options
author | Bart Van Assche <[email protected]> | 2021-04-15 15:08:26 -0700 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2021-04-15 22:44:41 -0400 |
commit | 7a3beeae289385f7be9f61a33a6e4f6c7e2400d3 (patch) | |
tree | 161f3aa2d42e9164d8cf9eb2a3e3d69ec4ec1e3d | |
parent | baa75afde8cb53f15d166acae2a675a1f33c0a61 (diff) |
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]>
-rw-r--r-- | drivers/target/tcm_fc/tfc_sess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/tcm_fc/tfc_sess.c b/drivers/target/tcm_fc/tfc_sess.c index 23ce506d5402..593540da9346 100644 --- a/drivers/target/tcm_fc/tfc_sess.c +++ b/drivers/target/tcm_fc/tfc_sess.c @@ -410,7 +410,7 @@ not_target: } /** - * tcm_fcp_prli() - Handle incoming or outgoing PRLI for the FCP target + * ft_prli() - Handle incoming or outgoing PRLI for the FCP target * @rdata: remote port private * @spp_len: service parameter page length * @rspp: received service parameter page (NULL for outgoing PRLI) |