aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/scsi/zfcp_dbf.c
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2021-09-06 22:28:16 +0200
committerHeiko Carstens <hca@linux.ibm.com>2021-09-08 14:23:31 +0200
commitf6beebb15eeede0c39bb2d25aefa61f9ddcf2395 (patch)
tree140dcffaf4b9a946c6bc809f4057a0f6f68e9b1d /drivers/s390/scsi/zfcp_dbf.c
parents390/sclp: add __nonstring annotation (diff)
downloadlinux-dev-f6beebb15eeede0c39bb2d25aefa61f9ddcf2395.tar.xz
linux-dev-f6beebb15eeede0c39bb2d25aefa61f9ddcf2395.zip
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_dbf.c')
-rw-r--r--drivers/s390/scsi/zfcp_dbf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/scsi/zfcp_dbf.c b/drivers/s390/scsi/zfcp_dbf.c
index ca473b368905..cbc3b62cd9e5 100644
--- a/drivers/s390/scsi/zfcp_dbf.c
+++ b/drivers/s390/scsi/zfcp_dbf.c
@@ -766,7 +766,7 @@ static void zfcp_dbf_unregister(struct zfcp_dbf *dbf)
}
/**
- * zfcp_adapter_debug_register - registers debug feature for an adapter
+ * zfcp_dbf_adapter_register - registers debug feature for an adapter
* @adapter: pointer to adapter for which debug features should be registered
* return: -ENOMEM on error, 0 otherwise
*/
@@ -824,7 +824,7 @@ err_out:
}
/**
- * zfcp_adapter_debug_unregister - unregisters debug feature for an adapter
+ * zfcp_dbf_adapter_unregister - unregisters debug feature for an adapter
* @adapter: pointer to adapter for which debug features should be unregistered
*/
void zfcp_dbf_adapter_unregister(struct zfcp_adapter *adapter)