diff options
author | om prakash <omprakash.pal@stericsson.com> | 2011-06-27 11:33:31 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-07-14 04:09:10 +0530 |
commit | ae752bf4cb78520e42f96f904e441c50f2114c7b (patch) | |
tree | 0a2d7b79c0bb87a4e258dadfc74ac3a35180fc2f /drivers/dma | |
parent | 78fdaec3416fcbf2c38927cdf8b2de9f402693f1 (diff) | |
download | linux-ae752bf4cb78520e42f96f904e441c50f2114c7b.tar.bz2 |
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')
-rw-r--r-- | drivers/dma/ste_dma40.c | 2 |
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. */ |