nvme-pci: Spelling s/resdicovered/rediscovered/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 24 Oct 2019 15:24:00 +0000 (17:24 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 4 Nov 2019 17:56:42 +0000 (10:56 -0700)
Fix misspelling of "rediscovered".

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/pci.c

index 612f922..1b1b0db 100644 (file)
@@ -2961,7 +2961,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.
                 */
                nvme_dev_disable(ndev, true);
                ctrl->npss = 0;