diff options
author | Niklas Cassel <Niklas.Cassel@wdc.com> | 2021-04-10 20:15:43 +0000 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-04-15 08:12:54 +0200 |
commit | 53dc180e7c01038d0248cd00476583b1bfe0cb5c (patch) | |
tree | 615d67d099c170e2d392efae995d17f94340e796 /drivers/nvme | |
parent | e51183be1fa96dc6d3cd11b3c25a0f595807315e (diff) | |
download | linux-53dc180e7c01038d0248cd00476583b1bfe0cb5c.tar.bz2 |
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 <niklas.cassel@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r-- | drivers/nvme/host/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c index b06e685d1250..09d4c5f99fc3 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) { |