nvme-pci: Spelling s/resdicovered/rediscovered/

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>
This commit is contained in:
Geert Uytterhoeven 2019-10-24 17:24:00 +02:00 committed by Jens Axboe
parent d4b3a17411
commit 05d3046ff7

View 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;