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

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>

authored by

Ahsan Atta and committed by
Herbert Xu
aebeff88 0a3b1abe

+2 -2
+2 -2
drivers/crypto/qat/qat_common/adf_sriov.c
··· 162 162 163 163 /** 164 164 * adf_disable_sriov() - Disable SRIOV for the device 165 - * @pdev: Pointer to pci device. 165 + * @accel_dev: Pointer to accel device. 166 166 * 167 - * Function disables SRIOV for the pci device. 167 + * Function disables SRIOV for the accel device. 168 168 * 169 169 * Return: 0 on success, error code otherwise. 170 170 */