Skip to content

Commit 06d220f

Browse files
brettcreeleyawilliam
authored andcommitted
pds_core: Fix function header descriptions
The pds-vfio-pci series made a small interface change to pds_client_register() and pds_client_unregister(), but forgot to update the function header descriptions. Fix that. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: b021d05 ("pds_core: Require callers of register/unregister to pass PF drvdata") Signed-off-by: Shannon Nelson <[email protected]> Signed-off-by: Brett Creeley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alex Williamson <[email protected]>
1 parent a881b49 commit 06d220f

File tree

1 file changed

+2
-2
lines changed
  • drivers/net/ethernet/amd/pds_core

1 file changed

+2
-2
lines changed

drivers/net/ethernet/amd/pds_core/auxbus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* pds_client_register - Link the client to the firmware
11-
* @pf_pdev: ptr to the PF driver struct
11+
* @pf: ptr to the PF driver's private data struct
1212
* @devname: name that includes service into, e.g. pds_core.vDPA
1313
*
1414
* Return: 0 on success, or
@@ -48,7 +48,7 @@ EXPORT_SYMBOL_GPL(pds_client_register);
4848

4949
/**
5050
* pds_client_unregister - Unlink the client from the firmware
51-
* @pf_pdev: ptr to the PF driver struct
51+
* @pf: ptr to the PF driver's private data struct
5252
* @client_id: id returned from pds_client_register()
5353
*
5454
* Return: 0 on success, or

0 commit comments

Comments
 (0)