projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6a389f
)
dmaengine/ste_dma40: add missing kernel doc for pending_queue
author
Per Forlin
<
[email protected]
>
Mon, 29 Aug 2011 11:33:32 +0000
(13:33 +0200)
committer
Vinod Koul
<
[email protected]
>
Mon, 5 Sep 2011 11:37:03 +0000
(17:07 +0530)
Signed-off-by: Per Forlin <
[email protected]
>
Acked-by: Linus Walleij <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
drivers/dma/ste_dma40.c
patch
|
blob
|
history
diff --git
a/drivers/dma/ste_dma40.c
b/drivers/dma/ste_dma40.c
index cd3a7c726bf87bef330f882981afc2fc42be964e..486b6c0b44e340d2455deb01948201a8e9f96dde 100644
(file)
--- a/
drivers/dma/ste_dma40.c
+++ b/
drivers/dma/ste_dma40.c
@@
-174,6
+174,7
@@
struct d40_base;
* @tasklet: Tasklet that gets scheduled from interrupt context to complete a
* transfer and call client callback.
* @client: Cliented owned descriptor list.
+ * @pending_queue: Submitted jobs, to be issued by issue_pending()
* @active: Active descriptor.
* @queue: Queued jobs.
* @dma_cfg: The client configuration of this dma channel.