From: Chaitanya Kulkarni Date: Fri, 21 May 2021 22:41:59 +0000 (-0700) Subject: nvme-fabrics: remove an extra comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6f860c922532afaae33a968b0d1df3ddf9a8d8a7;p=linux.git 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 Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c index d71ffcbc32960..78527690c9479 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) */ + } } /**