pds_core: Fix function header descriptions
authorBrett Creeley <brett.creeley@amd.com>
Thu, 17 Aug 2023 22:42:12 +0000 (15:42 -0700)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 18 Aug 2023 15:16:17 +0000 (09:16 -0600)
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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308180411.OSqJPtMz-lkp@intel.com/
Fixes: b021d05e106e ("pds_core: Require callers of register/unregister to pass PF drvdata")
Signed-off-by: Shannon Nelson <shannon.nelson@amd.com>
Signed-off-by: Brett Creeley <brett.creeley@amd.com>
Link: https://lore.kernel.org/r/20230817224212.14266-1-brett.creeley@amd.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/net/ethernet/amd/pds_core/auxbus.c

index 63d28c0a7e0864c8b2e25e4d1df48f40944339a3..4ebc8ad87b419df5736fb628a7c32b2a1e176d88 100644 (file)
@@ -8,7 +8,7 @@
 
 /**
  * pds_client_register - Link the client to the firmware
- * @pf_pdev:   ptr to the PF driver struct
+ * @pf:                ptr to the PF driver's private data struct
  * @devname:   name that includes service into, e.g. pds_core.vDPA
  *
  * Return: 0 on success, or
@@ -48,7 +48,7 @@ EXPORT_SYMBOL_GPL(pds_client_register);
 
 /**
  * pds_client_unregister - Unlink the client from the firmware
- * @pf_pdev:   ptr to the PF driver struct
+ * @pf:                ptr to the PF driver's private data struct
  * @client_id: id returned from pds_client_register()
  *
  * Return: 0 on success, or