dect
/
linux-2.6
Archived
13
0
Fork 0

dmaengine/ste_dma40: add missing kernel doc for pending_queue

Signed-off-by: Per Forlin <per.forlin@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
This commit is contained in:
Per Forlin 2011-08-29 13:33:32 +02:00 committed by Vinod Koul
parent 8516f52fa4
commit 89de9f6542
1 changed files with 1 additions and 0 deletions

View File

@ -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.