Commit 714a7a22 authored by Matthew Wilcox's avatar Matthew Wilcox

NVMe: Convert comments to kernel-doc notation

Reported-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Signed-off-by: default avatarMatthew Wilcox <matthew.r.wilcox@intel.com>
parent 2ddc4f74
...@@ -142,10 +142,10 @@ static struct nvme_cmd_info *nvme_cmd_info(struct nvme_queue *nvmeq) ...@@ -142,10 +142,10 @@ static struct nvme_cmd_info *nvme_cmd_info(struct nvme_queue *nvmeq)
} }
/** /**
* alloc_cmdid - Allocate a Command ID * alloc_cmdid() - Allocate a Command ID
* @param nvmeq The queue that will be used for this command * @nvmeq: The queue that will be used for this command
* @param ctx A pointer that will be passed to the handler * @ctx: A pointer that will be passed to the handler
* @param handler The ID of the handler to call * @handler: The ID of the handler to call
* *
* Allocate a Command ID for a queue. The data passed in will * Allocate a Command ID for a queue. The data passed in will
* be passed to the completion handler. This is implemented by using * be passed to the completion handler. This is implemented by using
...@@ -234,7 +234,7 @@ static void put_nvmeq(struct nvme_queue *nvmeq) ...@@ -234,7 +234,7 @@ static void put_nvmeq(struct nvme_queue *nvmeq)
} }
/** /**
* nvme_submit_cmd: Copy a command into a queue and ring the doorbell * nvme_submit_cmd() - Copy a command into a queue and ring the doorbell
* @nvmeq: The queue to use * @nvmeq: The queue to use
* @cmd: The command to send * @cmd: The command to send
* *
......
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