Commit 25e1de8c authored by Chaitanya Kulkarni's avatar Chaitanya Kulkarni Committed by Christoph Hellwig

nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()

Fix the comment style that matches existing code.

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 3ede8f72
...@@ -257,19 +257,15 @@ int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val) ...@@ -257,19 +257,15 @@ int nvmf_reg_write32(struct nvme_ctrl *ctrl, u32 off, u32 val)
EXPORT_SYMBOL_GPL(nvmf_reg_write32); EXPORT_SYMBOL_GPL(nvmf_reg_write32);
/** /**
* nvmf_log_connect_error() - Error-parsing-diagnostic print * nvmf_log_connect_error() - Error-parsing-diagnostic print out function for
* out function for connect() errors. * connect() errors.
* * @ctrl: The specific /dev/nvmeX device that had the error.
* @ctrl: the specific /dev/nvmeX device that had the error. * @errval: Error code to be decoded in a more human-friendly
* * printout.
* @errval: Error code to be decoded in a more human-friendly * @offset: For use with the NVMe error code
* printout. * NVME_SC_CONNECT_INVALID_PARAM.
* * @cmd: This is the SQE portion of a submission capsule.
* @offset: For use with the NVMe error code NVME_SC_CONNECT_INVALID_PARAM. * @data: This is the "Data" portion of a submission capsule.
*
* @cmd: This is the SQE portion of a submission capsule.
*
* @data: This is the "Data" portion of a submission capsule.
*/ */
static void nvmf_log_connect_error(struct nvme_ctrl *ctrl, static void nvmf_log_connect_error(struct nvme_ctrl *ctrl,
int errval, int offset, struct nvme_command *cmd, int errval, int offset, struct nvme_command *cmd,
......
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