From: Andy Shevchenko Date: Fri, 24 Apr 2020 16:11:47 +0000 (+0300) Subject: dmaengine: dmatest: Describe members of struct dmatest_info X-Git-Tag: v5.15~3629^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5332f8b1d9dd17c258c9461f46aa148a8c850149;p=platform%2Fkernel%2Flinux-starfive.git 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 Link: https://lore.kernel.org/r/20200424161147.16895-6-andriy.shevchenko@linux.intel.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/dmatest.c b/drivers/dma/dmatest.c index 0f04e60..31235dc 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 */