Skip to content

Commit

Permalink
nvme-pci: Spelling s/resdicovered/rediscovered/
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Geert Uytterhoeven authored and Jens Axboe committed Nov 4, 2019
1 parent d4b3a17 commit 05d3046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvme/host/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05d3046

Please sign in to comment.