Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26501
b: refs/heads/master
c: fe10c6a
h: refs/heads/master
i:
  26499: 45b4180
v: v3
  • Loading branch information
Russell King authored and Russell King committed May 4, 2006
1 parent 97187f5 commit 4c045d5
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d78e9079af7526c4661ff484322094832776ef41
refs/heads/master: fe10c6abea8bc83291a13e0580b3e4c355710b09
9 changes: 4 additions & 5 deletions trunk/drivers/mmc/mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,12 @@ static const unsigned int tacc_mant[] = {


/**
* mmc_request_done - finish processing an MMC command
* @host: MMC host which completed command
* @mrq: MMC request which completed
* mmc_request_done - finish processing an MMC request
* @host: MMC host which completed request
* @mrq: MMC request which request
*
* MMC drivers should call this function when they have completed
* their processing of a command. This should be called before the
* data part of the command has completed.
* their processing of a request.
*/
void mmc_request_done(struct mmc_host *host, struct mmc_request *mrq)
{
Expand Down

0 comments on commit 4c045d5

Please sign in to comment.