summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2023-08-21 22:11:35 +0300
committerJakub Kicinski <kuba@kernel.org>2023-08-21 22:11:35 +0300
commit7eb6deb3f55678216a6a0e956846c04958093ea5 (patch)
treebc3c0b2eb87f188a8542759a0970754c6f4ad8e8 /drivers
parentcb39c35783f26892bb1a72b1115c94fa2e77f4c5 (diff)
downloadlinux-7eb6deb3f55678216a6a0e956846c04958093ea5.tar.xz
Revert "pds_core: Fix some kernel-doc comments"
This reverts commit cb39c35783f26892bb1a72b1115c94fa2e77f4c5. Patch was applied to hastily, the problem is already fixed in Alex's vfio tree: https://lore.kernel.org/all/20230821112237.105872b5.alex.williamson@redhat.com/ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ethernet/amd/pds_core/auxbus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ethernet/amd/pds_core/auxbus.c b/drivers/net/ethernet/amd/pds_core/auxbus.c
index f46efebaaea9..6787a5fae908 100644
--- a/drivers/net/ethernet/amd/pds_core/auxbus.c
+++ b/drivers/net/ethernet/amd/pds_core/auxbus.c
@@ -8,7 +8,7 @@
/**
* pds_client_register - Link the client to the firmware
- * @pf: a pointer to the pdsc structure
+ * @pf_pdev: ptr to the PF driver struct
* @devname: name that includes service into, e.g. pds_core.vDPA
*
* Return: positive client ID (ci) on success, or
@@ -53,7 +53,7 @@ EXPORT_SYMBOL_GPL(pds_client_register);
/**
* pds_client_unregister - Unlink the client from the firmware
- * @pf: a pointer to the pdsc structure
+ * @pf_pdev: ptr to the PF driver struct
* @client_id: id returned from pds_client_register()
*
* Return: 0 on success, or