Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286278
b: refs/heads/master
c: 714a7a2
h: refs/heads/master
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent 2b8510e commit e5e5158
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ddc4f74d8adcf3e1cdec7f3e72d19b5c878597c
refs/heads/master: 714a7a22884b74862540bc84955274d86b2f6040
10 changes: 5 additions & 5 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit e5e5158

Please sign in to comment.