We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a881b49 commit 06d220fCopy full SHA for 06d220f
drivers/net/ethernet/amd/pds_core/auxbus.c
@@ -8,7 +8,7 @@
8
9
/**
10
* pds_client_register - Link the client to the firmware
11
- * @pf_pdev: ptr to the PF driver struct
+ * @pf: ptr to the PF driver's private data struct
12
* @devname: name that includes service into, e.g. pds_core.vDPA
13
*
14
* Return: 0 on success, or
@@ -48,7 +48,7 @@ EXPORT_SYMBOL_GPL(pds_client_register);
48
49
50
* pds_client_unregister - Unlink the client from the firmware
51
52
* @client_id: id returned from pds_client_register()
53
54
0 commit comments