mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
crypto: qat - fix comments describing adf_disable_sriov()
Signed-off-by: Ahsan Atta <ahsan.atta@intel.com> Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
0a3b1abedf
commit
aebeff8882
1 changed files with 2 additions and 2 deletions
|
@ -162,9 +162,9 @@ static int adf_enable_sriov(struct adf_accel_dev *accel_dev)
|
|||
|
||||
/**
|
||||
* adf_disable_sriov() - Disable SRIOV for the device
|
||||
* @pdev: Pointer to pci device.
|
||||
* @accel_dev: Pointer to accel device.
|
||||
*
|
||||
* Function disables SRIOV for the pci device.
|
||||
* Function disables SRIOV for the accel device.
|
||||
*
|
||||
* Return: 0 on success, error code otherwise.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue