* [cryptodev PATCH] qat: misspelling typo - "reseting" should be "resetting"
@ 2014-10-21 23:09 Bruce Allan
2014-10-24 14:55 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Bruce Allan @ 2014-10-21 23:09 UTC (permalink / raw)
To: linux-crypto
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
---
drivers/crypto/qat/qat_common/adf_aer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/qat/qat_common/adf_aer.c b/drivers/crypto/qat/qat_common/adf_aer.c
index c29d4c3..10ce4a2 100644
--- a/drivers/crypto/qat/qat_common/adf_aer.c
+++ b/drivers/crypto/qat/qat_common/adf_aer.c
@@ -90,7 +90,7 @@ static void adf_dev_restore(struct adf_accel_dev *accel_dev)
uint16_t ppdstat = 0, bridge_ctl = 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);
pending = ppdstat & PCI_EXP_DEVSTA_TRPND;
if (pending) {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-24 14:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-21 23:09 [cryptodev PATCH] qat: misspelling typo - "reseting" should be "resetting" Bruce Allan
2014-10-24 14:55 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).