nvme-core: get rid of the extra space
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Tue, 26 Jan 2021 19:47:52 +0000 (11:47 -0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 2 Feb 2021 09:26:12 +0000 (10:26 +0100)
commit8f8ea928fd77db60dc22276e3acdb9ca41cbf8dd
tree5a0f6b0624479bfe9ec84f5e4aef5b27df8a17bd
parent4a407d5ebc7ac1ea8c6e2692bd79320459dc60f6
nvme-core: get rid of the extra space

Remove the extra space in the nvme_free_cels() when calling
xa_for_each loop which is not a common practice
(except drivers/infiniband/core/ not sure why).

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c