Re: [PATCH 1/2] crypto: shash - remove excess kerneldoc members

From: Herbert Xu
Date: Thu Dec 28 2023 - 22:30:15 EST


On Sat, Dec 23, 2023 at 09:34:58AM +0100, Vegard Nossum wrote:
> Commit 42808e5dc602 ("crypto: hash - Count error stats differently")
> moved some fields from 'struct shash_alg' into HASH_ALG_COMMON but
> didn't remove the corresponding kerneldoc members, which results in
> these warnings when running 'make htmldocs':
>
> ./include/crypto/hash.h:248: warning: Excess struct member 'digestsize' description in 'shash_alg'
> ./include/crypto/hash.h:248: warning: Excess struct member 'statesize' description in 'shash_alg'
> ./include/crypto/hash.h:248: warning: Excess struct member 'stat' description in 'shash_alg'
> ./include/crypto/hash.h:248: warning: Excess struct member 'base' description in 'shash_alg'
>
> HASH_ALG_COMMON already has the documentation for all these fields.
>
> Fixes: 42808e5dc602 ("crypto: hash - Count error stats differently")
> Cc: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Signed-off-by: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
> ---
> include/crypto/hash.h | 4 ----
> 1 file changed, 4 deletions(-)

All 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