diff options
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | 2021-05-22 00:41:59 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2021-06-03 09:29:25 +0200 |
commit | 6f860c922532afaae33a968b0d1df3ddf9a8d8a7 (patch) | |
tree | 109524de54295265aec46f343d82009af63a3067 /drivers/nvme/host/fabrics.c | |
parent | nvme-fabrics: remove extra new lines in the switch (diff) | |
download | linux-6f860c922532afaae33a968b0d1df3ddf9a8d8a7.tar.xz linux-6f860c922532afaae33a968b0d1df3ddf9a8d8a7.zip |
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.c | 2 |
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) */ + } } /** |