Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -2
+2 -2
drivers/net/ethernet/amd/pds_core/auxbus.c
··· 8 8 9 9 /** 10 10 * pds_client_register - Link the client to the firmware 11 - * @pf: a pointer to the pdsc structure 11 + * @pf_pdev: ptr to the PF driver struct 12 12 * @devname: name that includes service into, e.g. pds_core.vDPA 13 13 * 14 14 * Return: positive client ID (ci) on success, or ··· 53 53 54 54 /** 55 55 * pds_client_unregister - Unlink the client from the firmware 56 - * @pf: a pointer to the pdsc structure 56 + * @pf_pdev: ptr to the PF driver struct 57 57 * @client_id: id returned from pds_client_register() 58 58 * 59 59 * Return: 0 on success, or