diff options
author | om prakash <omprakash.pal@stericsson.com> | 2011-06-27 05:33:31 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2011-07-13 18:39:10 -0400 |
commit | ae752bf4cb78520e42f96f904e441c50f2114c7b (patch) | |
tree | 0a2d7b79c0bb87a4e258dadfc74ac3a35180fc2f /drivers/dma | |
parent | 78fdaec3416fcbf2c38927cdf8b2de9f402693f1 (diff) |
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; | |||
185 | * @log_def: Default logical channel settings. | 185 | * @log_def: Default logical channel settings. |
186 | * @lcla: Space for one dst src pair for logical channel transfers. | 186 | * @lcla: Space for one dst src pair for logical channel transfers. |
187 | * @lcpa: Pointer to dst and src lcpa settings. | 187 | * @lcpa: Pointer to dst and src lcpa settings. |
188 | * @runtime_addr: runtime configured address. | ||
189 | * @runtime_direction: runtime configured direction. | ||
188 | * | 190 | * |
189 | * This struct can either "be" a logical or a physical channel. | 191 | * This struct can either "be" a logical or a physical channel. |
190 | */ | 192 | */ |