Commit 802c6c3e authored by Adam Guerin's avatar Adam Guerin Committed by Herbert Xu

crypto: qat - replace pci with PCI in comments

Change all lower case pci in comments to be upper case PCI.
Suggested-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarAdam Guerin <adam.guerin@intel.com>
Reviewed-by: default avatarGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 86cd97ec
...@@ -285,9 +285,9 @@ struct adf_accel_dev *adf_devmgr_get_first(void) ...@@ -285,9 +285,9 @@ struct adf_accel_dev *adf_devmgr_get_first(void)
/** /**
* adf_devmgr_pci_to_accel_dev() - Get accel_dev associated with the pci_dev. * adf_devmgr_pci_to_accel_dev() - Get accel_dev associated with the pci_dev.
* @pci_dev: Pointer to pci device. * @pci_dev: Pointer to PCI device.
* *
* Function returns acceleration device associated with the given pci device. * Function returns acceleration device associated with the given PCI device.
* To be used by QAT device specific drivers. * To be used by QAT device specific drivers.
* *
* Return: pointer to accel_dev or NULL if not found. * Return: pointer to accel_dev or NULL if not found.
......
...@@ -122,13 +122,13 @@ EXPORT_SYMBOL_GPL(adf_disable_sriov); ...@@ -122,13 +122,13 @@ EXPORT_SYMBOL_GPL(adf_disable_sriov);
/** /**
* adf_sriov_configure() - Enable SRIOV for the device * adf_sriov_configure() - Enable SRIOV for the device
* @pdev: Pointer to pci device. * @pdev: Pointer to PCI device.
* @numvfs: Number of virtual functions (VFs) to enable. * @numvfs: Number of virtual functions (VFs) to enable.
* *
* Note that the @numvfs parameter is ignored and all VFs supported by the * Note that the @numvfs parameter is ignored and all VFs supported by the
* device are enabled due to the design of the hardware. * device are enabled due to the design of the hardware.
* *
* Function enables SRIOV for the pci device. * Function enables SRIOV for the PCI device.
* *
* Return: number of VFs enabled on success, error code otherwise. * Return: number of VFs enabled on success, error code otherwise.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment