From: Geert Uytterhoeven Date: Thu, 24 Oct 2019 15:24:00 +0000 (+0200) Subject: nvme-pci: Spelling s/resdicovered/rediscovered/ X-Git-Tag: v5.15~5118^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05d3046ff755474557e885f38f85e9b2a032cec0;p=platform%2Fkernel%2Flinux-starfive.git nvme-pci: Spelling s/resdicovered/rediscovered/ Fix misspelling of "rediscovered". Signed-off-by: Geert Uytterhoeven Signed-off-by: Keith Busch Signed-off-by: Jens Axboe --- diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index 612f922..1b1b0db 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -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;