mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 20:54:10 +00:00
pds_core: Fix documentation for pds_client_register
The documentation above pds_client_register states that it returns 0 on success and negative on error. However, it actually returns a positive client ID on success and negative on error. Fix the documentation to state exactly that. Signed-off-by: Brett Creeley <brett.creeley@amd.com> Signed-off-by: Shannon Nelson <shannon.nelson@amd.com> Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Link: https://lore.kernel.org/r/20230801165833.1622-1-brett.creeley@amd.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
f85b1c7da7
commit
30ff01ee99
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
* @pf_pdev: ptr to the PF driver struct
|
||||
* @devname: name that includes service into, e.g. pds_core.vDPA
|
||||
*
|
||||
* Return: 0 on success, or
|
||||
* Return: positive client ID (ci) on success, or
|
||||
* negative for error
|
||||
*/
|
||||
int pds_client_register(struct pci_dev *pf_pdev, char *devname)
|
||||
|
|
Loading…
Add table
Reference in a new issue