From: Ahsan Atta Date: Thu, 22 Dec 2016 14:59:24 +0000 (+0000) Subject: crypto: qat - fix comments describing adf_disable_sriov() X-Git-Tag: v4.11-rc1~96^2~125 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aebeff888256a8c6915c8f264746aa721487183c;p=karo-tx-linux.git crypto: qat - fix comments describing adf_disable_sriov() Signed-off-by: Ahsan Atta Signed-off-by: Giovanni Cabiddu Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/qat/qat_common/adf_sriov.c b/drivers/crypto/qat/qat_common/adf_sriov.c index 9320ae1d005b..b36d8653b1ba 100644 --- a/drivers/crypto/qat/qat_common/adf_sriov.c +++ b/drivers/crypto/qat/qat_common/adf_sriov.c @@ -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. */