]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvmet-auth: remove unnecessary break after goto
authorChaitanya Kulkarni <kch@nvidia.com>
Fri, 19 May 2023 09:40:51 +0000 (02:40 -0700)
committerKeith Busch <kbusch@kernel.org>
Mon, 12 Jun 2023 17:36:59 +0000 (10:36 -0700)
commit94c78ea124001f5b04630947197fda4b9a9e95c6
treeeb813264a8c788691e9a2f17b0478b9a06b0822e
parent2ad0713c73ffea42a7a69ac2fa8996454e9f7816
nvmet-auth: remove unnecessary break after goto

Remove dead break after goto.

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/fabrics-cmd-auth.c