[PATCH trivial] nvme-pci: Spelling s/resdicovered/rediscovered/

From: Geert Uytterhoeven
Date: Thu Oct 24 2019 - 11:24:05 EST


Fix misspelling of "rediscovered".

Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
drivers/nvme/host/pci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 869f462e6b6ea01c..dd4a2ce85e872cd0 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2982,7 +2982,7 @@ static int nvme_suspend(struct device *dev)

/*
* Clearing npss forces a controller reset on resume. The
- * correct value will be resdicovered then.
+ * correct value will be rediscovered then.
*/
ret = nvme_disable_prepare_reset(ndev, true);
ctrl->npss = 0;
--
2.17.1