summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorNiklas Cassel <Niklas.Cassel@wdc.com>2021-04-10 20:16:21 +0000
committerChristoph Hellwig <hch@lst.de>2021-04-15 08:12:54 +0200
commit95d54bd1a4c1873aa0e2d4c09966f37954c32b80 (patch)
treef8410c8d619854a7e08e89217f17029daf1cc2e4 /drivers/nvme
parente234f1f8bb6dda941390e5d3f20b8f2d958f163d (diff)
downloadlinux-stable-95d54bd1a4c1873aa0e2d4c09966f37954c32b80.tar.gz
linux-stable-95d54bd1a4c1873aa0e2d4c09966f37954c32b80.tar.bz2
linux-stable-95d54bd1a4c1873aa0e2d4c09966f37954c32b80.zip
nvme: remove single trailing whitespace
There is a single trailing whitespace in core.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/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
index 314705da2c10..d27edc37885d 100644
--- a/drivers/nvme/host/core.c
+++ b/drivers/nvme/host/core.c
@@ -3289,7 +3289,7 @@ int nvme_init_ctrl_finish(struct nvme_ctrl *ctrl)
ret = nvme_configure_apst(ctrl);
if (ret < 0)
return ret;
-
+
ret = nvme_configure_timestamp(ctrl);
if (ret < 0)
return ret;