Re: [PATCH] dmaengine: dmatest: split struct dmatest_info from variable declaration

From: Vinod Koul

Date: Mon Jun 08 2026 - 08:17:33 EST



On Sat, 30 May 2026 13:03:22 -0700, Rosen Penev wrote:
> 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.
>
> [...]

Applied, thanks!

[1/1] dmaengine: dmatest: split struct dmatest_info from variable declaration
commit: 87aab0781cb35baa2214d0a95ff01e786e428226

Best regards,
--
~Vinod