summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorNiklas Cassel <Niklas.Cassel@wdc.com>2021-04-10 20:15:45 +0000
committerChristoph Hellwig <hch@lst.de>2021-04-15 08:12:54 +0200
commite234f1f8bb6dda941390e5d3f20b8f2d958f163d (patch)
tree5b70234c9b206d089b344dc2d69c1a92bc629253 /drivers/nvme
parent53dc180e7c01038d0248cd00476583b1bfe0cb5c (diff)
downloadlinux-stable-e234f1f8bb6dda941390e5d3f20b8f2d958f163d.tar.gz
linux-stable-e234f1f8bb6dda941390e5d3f20b8f2d958f163d.tar.bz2
linux-stable-e234f1f8bb6dda941390e5d3f20b8f2d958f163d.zip
nvme-multipath: remove single trailing whitespace
There is a single trailing whitespace in multipath.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/multipath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c
index f2d0ce0f4d38..987920e17d01 100644
--- a/drivers/nvme/host/multipath.c
+++ b/drivers/nvme/host/multipath.c
@@ -674,7 +674,7 @@ void nvme_mpath_add_disk(struct nvme_ns *ns, struct nvme_id_ns *id)
queue_work(nvme_wq, &ns->ctrl->ana_work);
}
} else {
- ns->ana_state = NVME_ANA_OPTIMIZED;
+ ns->ana_state = NVME_ANA_OPTIMIZED;
nvme_mpath_set_live(ns);
}