nvme-multipath: remove single trailing whitespace
authorNiklas Cassel <Niklas.Cassel@wdc.com>
Sat, 10 Apr 2021 20:15:45 +0000 (20:15 +0000)
committerChristoph Hellwig <hch@lst.de>
Thu, 15 Apr 2021 06:12:54 +0000 (08:12 +0200)
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>
drivers/nvme/host/multipath.c

index f2d0ce0..987920e 100644 (file)
@@ -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);
        }