Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > 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 <ebiggers@xxxxxxxxxx> > --- > > 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 <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt