Skip to content

Commit

Permalink
crypto: qat - replace pci with PCI in comments
Browse files Browse the repository at this point in the history
Change all lower case pci in comments to be upper case PCI.

Suggested-by: Andy Shevchenko <[email protected]>
Signed-off-by: Adam Guerin <[email protected]>
Reviewed-by: Giovanni Cabiddu <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Giovanni Cabiddu <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
aguerinIntel authored and herbertx committed Nov 13, 2020
1 parent 86cd97e commit 802c6c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions drivers/crypto/qat/qat_common/adf_dev_mgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* @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.
*
* Return: pointer to accel_dev or NULL if not found.
Expand Down
4 changes: 2 additions & 2 deletions drivers/crypto/qat/qat_common/adf_sriov.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ EXPORT_SYMBOL_GPL(adf_disable_sriov);

/**
* 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.
*
* Note that the @numvfs parameter is ignored and all VFs supported by the
* 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.
*/
Expand Down

0 comments on commit 802c6c3

Please sign in to comment.