nvme-fabrics: remove an extra comment
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Fri, 21 May 2021 22:41:59 +0000 (15:41 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 3 Jun 2021 07:29:25 +0000 (10:29 +0300)
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>
drivers/nvme/host/fabrics.c

index d71ffcb..7852769 100644 (file)
@@ -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) */
+       }
 }
 
 /**