mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
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>
This commit is contained in:
parent
7f2b722668
commit
5332f8b1d9
@ -125,7 +125,10 @@ struct dmatest_params {
|
|||||||
/**
|
/**
|
||||||
* struct dmatest_info - test information.
|
* struct dmatest_info - test information.
|
||||||
* @params: test parameters
|
* @params: test parameters
|
||||||
|
* @channels: channels under test
|
||||||
|
* @nr_channels: number of channels under test
|
||||||
* @lock: access protection to the fields of this structure
|
* @lock: access protection to the fields of this structure
|
||||||
|
* @did_init: module has been initialized completely
|
||||||
*/
|
*/
|
||||||
static struct dmatest_info {
|
static struct dmatest_info {
|
||||||
/* Test parameters */
|
/* Test parameters */
|
||||||
|
Loading…
Reference in New Issue
Block a user