diff options
| author | Rosen Penev <rosenp@gmail.com> | 2026-05-30 23:03:22 +0300 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-06-08 14:32:21 +0300 |
| commit | 87aab0781cb35baa2214d0a95ff01e786e428226 (patch) | |
| tree | 9fe9d39d39ebabad0498068dbdd24c93a1f58421 /scripts | |
| parent | 4e351f408743354d54ee1af5193fc78234f2044e (diff) | |
| download | linux-87aab0781cb35baa2214d0a95ff01e786e428226.tar.xz | |
dmaengine: dmatest: split struct dmatest_info from variable declaration
Combining the struct definition with its variable initializer confuses the
kernel-doc parser because __MUTEX_INITIALIZER() expands to contain braces,
breaking brace counting and causing:
Warning: drivers/dma/dmatest.c:152 struct member '' not described in 'dmatest_info'
Split into separate struct definition and variable declaration, which is
the standard kernel pattern.
Assisted-by: Opencode:Big-pickle
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://patch.msgid.link/20260530200322.7584-1-rosenp@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
