]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3c96777c9c84e97e22511a1d84dba8955b0741b
tree5a0f6b0624479bfe9ec84f5e4aef5b27df8a17bd
parentae1224a743b43a5deb0a8f4550150c51170a3b41
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