summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorPer Forlin2011-08-29 13:33:32 +0200
committerVinod Koul2011-09-05 13:40:39 +0200
commit89de9f65429a97ab627310e2e85426dcbe423f39 (patch)
tree39a97ad3036622b9db2b79d32d2c62fa83a48eca /drivers/dma
parentMerge branch 'next' into v3.1-rc4 (diff)
downloadkernel-qcow2-linux-89de9f65429a97ab627310e2e85426dcbe423f39.tar.gz
kernel-qcow2-linux-89de9f65429a97ab627310e2e85426dcbe423f39.tar.xz
kernel-qcow2-linux-89de9f65429a97ab627310e2e85426dcbe423f39.zip
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/ste_dma40.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
index cd3a7c726bf8..486b6c0b44e3 100644
--- 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.