mirror of https://gitee.com/openkylin/linux.git
crypto: qat - fix spelling mistake: "runing" -> "running"
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>
This commit is contained in:
parent
d31e712302
commit
a93854c9a5
|
@ -208,7 +208,7 @@ static pci_ers_result_t adf_slot_reset(struct pci_dev *pdev)
|
||||||
static void adf_resume(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, "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 = {
|
static const struct pci_error_handlers adf_err_handler = {
|
||||||
|
|
Loading…
Reference in New Issue