diff options
author | Per Forlin <per.forlin@linaro.org> | 2011-08-29 13:33:32 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-09-05 17:07:03 +0530 |
commit | da063d260969c4e5e5f91d911ba87f7f6b48ead0 (patch) | |
tree | 9d39ca85593d4ebd212a7a49137cbf83da2c869e /drivers/dma/ste_dma40.c | |
parent | c6a389f123b9f68d605bb7e0f9b32ec1e3e14132 (diff) | |
download | op-kernel-dev-da063d260969c4e5e5f91d911ba87f7f6b48ead0.zip op-kernel-dev-da063d260969c4e5e5f91d911ba87f7f6b48ead0.tar.gz |
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/ste_dma40.c')
-rw-r--r-- | drivers/dma/ste_dma40.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index cd3a7c7..486b6c0 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. |