mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
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/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>
This commit is contained in:
parent
baa75afde8
commit
7a3beeae28
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue