Commit 6f860c92 authored by Chaitanya Kulkarni's avatar Chaitanya Kulkarni Committed by Christoph Hellwig

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: default avatarChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 63d20f54
...@@ -339,7 +339,7 @@ static void nvmf_log_connect_error(struct nvme_ctrl *ctrl, ...@@ -339,7 +339,7 @@ static void nvmf_log_connect_error(struct nvme_ctrl *ctrl,
"Connect command failed, error wo/DNR bit: %d\n", "Connect command failed, error wo/DNR bit: %d\n",
err_sctype); err_sctype);
break; break;
} /* switch (err_sctype) */ }
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment