aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-04-24 19:11:47 +0300
committerVinod Koul <vkoul@kernel.org>2020-04-27 21:47:52 +0530
commit5332f8b1d9dd17c258c9461f46aa148a8c850149 (patch)
tree98284722306b4dadef0ecd16585f0e04fb92dbf3 /drivers/dma/dmatest.c
parentdmaengine: dmatest: Describe members of struct dmatest_params (diff)
downloadlinux-dev-5332f8b1d9dd17c258c9461f46aa148a8c850149.tar.xz
linux-dev-5332f8b1d9dd17c258c9461f46aa148a8c850149.zip
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 <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200424161147.16895-6-andriy.shevchenko@linux.intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/dmatest.c')
-rw-r--r--drivers/dma/dmatest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c
index 0f04e603d03e..31235dc8c904 100644
--- a/drivers/dma/dmatest.c
+++ b/drivers/dma/dmatest.c
@@ -125,7 +125,10 @@ struct dmatest_params {
/**
* struct dmatest_info - test information.
* @params: test parameters
+ * @channels: channels under test
+ * @nr_channels: number of channels under test
* @lock: access protection to the fields of this structure
+ * @did_init: module has been initialized completely
*/
static struct dmatest_info {
/* Test parameters */