summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ste_dma40.c
diff options
context:
space:
mode:
authorom prakash2011-06-27 11:33:31 +0200
committerVinod Koul2011-07-14 00:39:10 +0200
commitae752bf4cb78520e42f96f904e441c50f2114c7b (patch)
tree0a2d7b79c0bb87a4e258dadfc74ac3a35180fc2f /drivers/dma/ste_dma40.c
parentdmaengine: remove ste_dma40 from issue_pending TODO (diff)
downloadkernel-qcow2-linux-ae752bf4cb78520e42f96f904e441c50f2114c7b.tar.gz
kernel-qcow2-linux-ae752bf4cb78520e42f96f904e441c50f2114c7b.tar.xz
kernel-qcow2-linux-ae752bf4cb78520e42f96f904e441c50f2114c7b.zip
dmaengine/ste_dma40: fix missing kernel-doc
Missing documentation creates kernel-doc warnings, so add the documenation. Signed-off-by: Om Prakash <omprakash.pal@stericsson.com> Reviewed-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-by: Jonas Aberg <jonas.aberg@stericsson.com> Reviewed-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> Signed-off-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c
index 91d5ed7c79ba..e1af76c57e4f 100644
--- a/drivers/dma/ste_dma40.c
+++ b/drivers/dma/ste_dma40.c
@@ -185,6 +185,8 @@ struct d40_base;
* @log_def: Default logical channel settings.
* @lcla: Space for one dst src pair for logical channel transfers.
* @lcpa: Pointer to dst and src lcpa settings.
+ * @runtime_addr: runtime configured address.
+ * @runtime_direction: runtime configured direction.
*
* This struct can either "be" a logical or a physical channel.
*/