]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: qat - switch to standard pattern for PCI IDs
authorGiovanni Cabiddu <giovanni.cabiddu@intel.com>
Thu, 3 Apr 2025 20:07:28 +0000 (21:07 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 7 Apr 2025 05:22:27 +0000 (13:22 +0800)
commitd0d9d00b092243b802dad6f23f8b2e8245e1c96b
tree40fe844b170fc7faebeabdb8bf20f3a388a05a08
parente0f860a1ca32e7206b5cb43812acec9ffe211a52
crypto: qat - switch to standard pattern for PCI IDs

Update the names of the defines for PCI IDs to follow the standard
naming convention `PCI_DEVICE_ID_<DEVICE NAME>`.

Also drop the unnecessary inner comma from the pci_device_id tables that
use these definitions.

This does not introduce any functional change.

Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Suggested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/qat/qat_420xx/adf_drv.c
drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c
drivers/crypto/intel/qat/qat_4xxx/adf_drv.c
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
drivers/crypto/intel/qat/qat_common/qat_hal.c
drivers/crypto/intel/qat/qat_common/qat_uclo.c