]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-fabrics: remove unnecessary braces for case
authorChaitanya Kulkarni <kch@nvidia.com>
Wed, 12 Jan 2022 06:20:58 +0000 (22:20 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 28 Feb 2022 11:45:04 +0000 (13:45 +0200)
commit9ec5d87dab33796e871d7ab6db7ddb212a2b6aad
tree2c2be1779fa0bcc4945238a2bec0fdce7e98dacf
parent96614a0e76c2bd9155ff580adba6cc0ca342590f
nvme-fabrics: remove unnecessary braces for case

Braces are not required for enum value NVME_SC_CONNECT_INVALID_PARAM
when used on the switch-case statement, remove the braces.

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/fabrics.c