From e5e5158a10ff8a756ac8e62c684bcf666bd2c6f9 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Wed, 16 Mar 2011 16:28:24 -0400 Subject: [PATCH] --- yaml --- r: 286278 b: refs/heads/master c: 714a7a22884b74862540bc84955274d86b2f6040 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/block/nvme.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 4a3f7294d07c..f7240f78a18a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ddc4f74d8adcf3e1cdec7f3e72d19b5c878597c +refs/heads/master: 714a7a22884b74862540bc84955274d86b2f6040 diff --git a/trunk/drivers/block/nvme.c b/trunk/drivers/block/nvme.c index a8549dff4691..e392919e0eac 100644 --- a/trunk/drivers/block/nvme.c +++ b/trunk/drivers/block/nvme.c @@ -142,10 +142,10 @@ static struct nvme_cmd_info *nvme_cmd_info(struct nvme_queue *nvmeq) } /** - * alloc_cmdid - Allocate a Command ID - * @param nvmeq The queue that will be used for this command - * @param ctx A pointer that will be passed to the handler - * @param handler The ID of the handler to call + * alloc_cmdid() - Allocate a Command ID + * @nvmeq: The queue that will be used for this command + * @ctx: A pointer that will be passed to the handler + * @handler: The ID of the handler to call * * Allocate a Command ID for a queue. The data passed in will * be passed to the completion handler. This is implemented by using @@ -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 * @cmd: The command to send *