All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* Re: [cryptodev PATCH] qat: misspelling typo - "reseting" should be "resetting"
  2014-10-21 23:09 [cryptodev PATCH] qat: misspelling typo - "reseting" should be "resetting" Bruce Allan
@ 2014-10-24 14:55 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2014-10-24 14:55 UTC (permalink / raw)
  To: Bruce Allan; +Cc: linux-crypto

On Tue, Oct 21, 2014 at 11:09:56PM +0000, Bruce Allan wrote:
> Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.