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

crypto: qat - replace pci with PCI in comments

Change all lower case pci in comments to be upper case PCI.

Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Adam Guerin <adam.guerin@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Adam Guerin and committed by
Herbert Xu
802c6c3e 86cd97ec

+4 -4
+2 -2
drivers/crypto/qat/qat_common/adf_dev_mgr.c
··· 285 285 286 286 /** 287 287 * adf_devmgr_pci_to_accel_dev() - Get accel_dev associated with the pci_dev. 288 - * @pci_dev: Pointer to pci device. 288 + * @pci_dev: Pointer to PCI device. 289 289 * 290 - * Function returns acceleration device associated with the given pci device. 290 + * Function returns acceleration device associated with the given PCI device. 291 291 * To be used by QAT device specific drivers. 292 292 * 293 293 * Return: pointer to accel_dev or NULL if not found.
+2 -2
drivers/crypto/qat/qat_common/adf_sriov.c
··· 122 122 123 123 /** 124 124 * adf_sriov_configure() - Enable SRIOV for the device 125 - * @pdev: Pointer to pci device. 125 + * @pdev: Pointer to PCI device. 126 126 * @numvfs: Number of virtual functions (VFs) to enable. 127 127 * 128 128 * Note that the @numvfs parameter is ignored and all VFs supported by the 129 129 * device are enabled due to the design of the hardware. 130 130 * 131 - * Function enables SRIOV for the pci device. 131 + * Function enables SRIOV for the PCI device. 132 132 * 133 133 * Return: number of VFs enabled on success, error code otherwise. 134 134 */