From: Niklas Cassel Date: Sat, 10 Apr 2021 20:16:21 +0000 (+0000) Subject: nvme: remove single trailing whitespace X-Git-Tag: v5.13-rc1~116^2~34^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95d54bd1a4c1873aa0e2d4c09966f37954c32b80;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c index 314705da2c107..d27edc37885d0 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;