]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nvme-fabrics: remove extra new lines in the switch
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Thu, 3 Jun 2021 07:28:03 +0000 (10:28 +0300)
committerChristoph Hellwig <hch@lst.de>
Thu, 3 Jun 2021 07:29:25 +0000 (10:29 +0300)
commit63d20f54a3d0cff17145716caff03a0d161abf44
treefda978ed018799f78a78c6c3e49566aefba7fbaa
parent25e1de8c40c57bb6be4ecd601641691cfd8a7923
nvme-fabrics: remove extra new lines in the switch

Remove the extra lines in the switch block that is not common practice
in the kernel code.

No functionality change in this patch.

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