crypto: qat - fix spelling mistake: "runing" -> "running"
authorColin Ian King <colin.king@canonical.com>
Mon, 26 Jun 2017 19:41:03 +0000 (20:41 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 18 Jul 2017 09:50:51 +0000 (17:50 +0800)
trivial fix to spelling mistake in dev_info message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qat/qat_common/adf_aer.c

index d3e25c3..da8a2d3 100644 (file)
@@ -208,7 +208,7 @@ static pci_ers_result_t adf_slot_reset(struct pci_dev *pdev)
 static void adf_resume(struct pci_dev *pdev)
 {
        dev_info(&pdev->dev, "Acceleration driver reset completed\n");
-       dev_info(&pdev->dev, "Device is up and runnig\n");
+       dev_info(&pdev->dev, "Device is up and running\n");
 }
 
 static const struct pci_error_handlers adf_err_handler = {