[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZY49PJbpLvvk8zVr@gondor.apana.org.au>
Date: Fri, 29 Dec 2023 11:30:04 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Vegard Nossum <vegard.nossum@...cle.com>
Cc: "David S. Miller" <davem@...emloft.net>, linux-crypto@...r.kernel.org,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org,
Randy Dunlap <rdunlap@...radead.org>,
Jonathan Corbet <corbet@....net>
Subject: Re: [PATCH 1/2] crypto: shash - remove excess kerneldoc members
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@...radead.org>
> Cc: Jonathan Corbet <corbet@....net>
> Signed-off-by: Vegard Nossum <vegard.nossum@...cle.com>
> ---
> include/crypto/hash.h | 4 ----
> 1 file changed, 4 deletions(-)
All applied. Thanks.
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists