]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
scsi: target: tcm_fc: Fix a kernel-doc header
authorBart Van Assche <bvanassche@acm.org>
Thu, 15 Apr 2021 22:08:26 +0000 (15:08 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 16 Apr 2021 02:44:41 +0000 (22:44 -0400)
Fix the function name in the kernel-doc header above ft_prli().

Link: https://lore.kernel.org/r/20210415220826.29438-21-bvanassche@acm.org
Cc: Hannes Reinecke <hare@suse.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/tcm_fc/tfc_sess.c

index 23ce506d5402bb1cb18aea56503f7b4523eff77f..593540da93465ba855a75bceb853b0c8874edd94 100644 (file)
@@ -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)