summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/fabrics.c
diff options
context:
space:
mode:
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>2021-05-21 15:41:59 -0700
committerChristoph Hellwig <hch@lst.de>2021-06-03 10:29:25 +0300
commit6f860c922532afaae33a968b0d1df3ddf9a8d8a7 (patch)
tree109524de54295265aec46f343d82009af63a3067 /drivers/nvme/host/fabrics.c
parent63d20f54a3d0cff17145716caff03a0d161abf44 (diff)
nvme-fabrics: remove an extra comment
Remove the comment at the end of the switch that is not needed as function is small enough. No functionality change in this patch. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme/host/fabrics.c')
-rw-r--r--drivers/nvme/host/fabrics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c
index d71ffcbc3296..78527690c947 100644
--- a/drivers/nvme/host/fabrics.c
+++ b/drivers/nvme/host/fabrics.c
@@ -339,7 +339,7 @@ static void nvmf_log_connect_error(struct nvme_ctrl *ctrl,
"Connect command failed, error wo/DNR bit: %d\n",
err_sctype);
break;
- } /* switch (err_sctype) */
+ }
}
/**