Skip to content

Commit 5332f8b

Browse files
andy-shevvinodkoul
authored andcommitted
dmaengine: dmatest: Describe members of struct dmatest_info
Kernel documentation validator complains that not all members of struct dmatest_info are being described. Describe them all. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 7f2b722 commit 5332f8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/dma/dmatest.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,10 @@ struct dmatest_params {
125125
/**
126126
* struct dmatest_info - test information.
127127
* @params: test parameters
128+
* @channels: channels under test
129+
* @nr_channels: number of channels under test
128130
* @lock: access protection to the fields of this structure
131+
* @did_init: module has been initialized completely
129132
*/
130133
static struct dmatest_info {
131134
/* Test parameters */

0 commit comments

Comments
 (0)