Re: [PATCH 1/5] crypto: add missing kernel-doc for anonymous union members
From: Herbert Xu
Date: Sat Mar 21 2026 - 04:55:19 EST
On Sun, Mar 15, 2026 at 03:57:22PM +0100, Kit Dallege wrote:
> Document the anonymous SKCIPHER_ALG_COMMON and COMP_ALG_COMMON struct
> members in skcipher_alg, scomp_alg, and acomp_alg, following the
> existing pattern used by HASH_ALG_COMMON in shash_alg.
>
> This fixes the following kernel-doc warnings:
>
> include/crypto/skcipher.h:166: struct member 'SKCIPHER_ALG_COMMON' not described in 'skcipher_alg'
> include/crypto/internal/scompress.h:39: struct member 'COMP_ALG_COMMON' not described in 'scomp_alg'
> include/crypto/internal/acompress.h:55: struct member 'COMP_ALG_COMMON' not described in 'acomp_alg'
>
> Signed-off-by: Kit Dallege <xaum.io@xxxxxxxxx>
> ---
> include/crypto/internal/acompress.h | 1 +
> include/crypto/internal/scompress.h | 1 +
> include/crypto/skcipher.h | 1 +
> 3 files changed, 3 insertions(+)
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt