]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
nvme-fabrics: fix the kerneldco comment for nvmf_log_connect_error()
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Fri, 21 May 2021 22:41:57 +0000 (15:41 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 3 Jun 2021 07:29:24 +0000 (10:29 +0300)
Fix the comment style that matches existing code.

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