Commit 77ddaba0 authored by Bruce Allan's avatar Bruce Allan Committed by Herbert Xu

crypto: qat - misspelling typo - "reseting" should be "resetting"

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 242b1598
...@@ -90,7 +90,7 @@ static void adf_dev_restore(struct adf_accel_dev *accel_dev) ...@@ -90,7 +90,7 @@ static void adf_dev_restore(struct adf_accel_dev *accel_dev)
uint16_t ppdstat = 0, bridge_ctl = 0; uint16_t ppdstat = 0, bridge_ctl = 0;
int pending = 0; int pending = 0;
pr_info("QAT: Reseting device qat_dev%d\n", accel_dev->accel_id); pr_info("QAT: Resetting device qat_dev%d\n", accel_dev->accel_id);
pci_read_config_word(pdev, PPDSTAT_OFFSET, &ppdstat); pci_read_config_word(pdev, PPDSTAT_OFFSET, &ppdstat);
pending = ppdstat & PCI_EXP_DEVSTA_TRPND; pending = ppdstat & PCI_EXP_DEVSTA_TRPND;
if (pending) { if (pending) {
......
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