From: Niklas Cassel Date: Sat, 10 Apr 2021 20:15:43 +0000 (+0000) Subject: nvme-pci: remove single trailing whitespace X-Git-Tag: v5.15~1258^2~34^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53dc180e7c01038d0248cd00476583b1bfe0cb5c;p=platform%2Fkernel%2Flinux-starfive.git nvme-pci: remove single trailing whitespace There is a single trailing whitespace in pci.c. Since this is just a single whitespace, the chances of this affecting backports to stable should be quite low, so let's just remove it. Signed-off-by: Niklas Cassel Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index b06e685..09d4c5f 100644 --- a/drivers/nvme/host/pci.c +++ b/drivers/nvme/host/pci.c @@ -2172,7 +2172,7 @@ static int nvme_setup_io_queues(struct nvme_dev *dev) if (nr_io_queues == 0) return 0; - + clear_bit(NVMEQ_ENABLED, &adminq->flags); if (dev->cmb_use_sqes) {