summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorKit Dallege <xaum.io@gmail.com>2026-03-15 17:57:22 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2026-03-22 05:17:59 +0300
commitf9bbd547cfb98b1c5e535aab9b0671a2ff22453a (patch)
treee2c99640b9f2cdd814129cb115872383612c6067 /include/linux
parent7c622c4fa8b475df1977bfe3ac5d28d9da0c57fc (diff)
downloadlinux-f9bbd547cfb98b1c5e535aab9b0671a2ff22453a.tar.xz
crypto: add missing kernel-doc for anonymous union members
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@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions