mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 00:54:09 +08:00
Revert "pds_core: Fix some kernel-doc comments"
This reverts commit cb39c35783
.
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>
This commit is contained in:
parent
cb39c35783
commit
7eb6deb3f5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user