Eric Biggers <ebigg...@kernel.org> wrote:
> From: Eric Biggers <ebigg...@google.com>
> 
> The SHA-256 / SHA-224 library functions can't fail, so remove the
> useless return value.
> 
> Also long as the declarations are being changed anyway, also fix some
> parameter names in the declarations to match the definitions.
> 
> Signed-off-by: Eric Biggers <ebigg...@google.com>
> ---
> 
> v2: remove unnecessary 'extern' keywords
> 
> crypto/sha256_generic.c      | 14 +++++++++-----
> include/crypto/sha.h         | 18 ++++++------------
> include/crypto/sha256_base.h |  6 ++++--
> lib/crypto/sha256.c          | 20 ++++++++------------
> 4 files changed, 27 insertions(+), 31 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to