diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-09-06 23:28:16 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-09-08 15:23:31 +0300 |
commit | f6beebb15eeede0c39bb2d25aefa61f9ddcf2395 (patch) | |
tree | 140dcffaf4b9a946c6bc809f4057a0f6f68e9b1d /drivers/s390/scsi/zfcp_unit.c | |
parent | ff8a58b0ae735f32fe87d0d07e98751ff9dcaed0 (diff) | |
download | linux-f6beebb15eeede0c39bb2d25aefa61f9ddcf2395.tar.xz |
scsi: zfcp: fix kernel doc comments
A couple of function names don't match what the kernel doc comments
indicate.
Acked-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390/scsi/zfcp_unit.c')
-rw-r--r-- | drivers/s390/scsi/zfcp_unit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_unit.c b/drivers/s390/scsi/zfcp_unit.c index 59333f0257a8..60f2a04f0869 100644 --- a/drivers/s390/scsi/zfcp_unit.c +++ b/drivers/s390/scsi/zfcp_unit.c @@ -111,9 +111,9 @@ static void zfcp_unit_release(struct device *dev) } /** - * zfcp_unit_enqueue - enqueue unit to unit list of a port. + * zfcp_unit_add - add unit to unit list of a port. * @port: pointer to port where unit is added - * @fcp_lun: FCP LUN of unit to be enqueued + * @fcp_lun: FCP LUN of unit to be added * Returns: 0 success * * Sets up some unit internal structures and creates sysfs entry. |