Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > In the Linux kernel, a function whose name has two leading underscores > is conventionally called by the same-named function without leading > underscores -- not the other way around. Some of the arm64 crypto code > got this backwards. Fix it. > > Eric Biggers (5): > crypto: arm64/sha1-ce - clean up backwards function names > crypto: arm64/sha2-ce - clean up backwards function names > crypto: arm64/sha512-ce - clean up backwards function names > crypto: arm64/sha256 - clean up backwards function names > crypto: arm64/sha512 - clean up backwards function names > > arch/arm64/crypto/sha1-ce-core.S | 8 ++++---- > arch/arm64/crypto/sha1-ce-glue.c | 21 ++++++++++---------- > arch/arm64/crypto/sha2-ce-core.S | 8 ++++---- > arch/arm64/crypto/sha2-ce-glue.c | 31 +++++++++++++++--------------- > arch/arm64/crypto/sha256-glue.c | 26 ++++++++++++------------- > arch/arm64/crypto/sha512-ce-core.S | 8 ++++---- > arch/arm64/crypto/sha512-ce-glue.c | 26 ++++++++++++------------- > arch/arm64/crypto/sha512-glue.c | 12 +++++------- > 8 files changed, 69 insertions(+), 71 deletions(-) > > base-commit: 8468516f9f93a41dc65158b6428a1a1039c68f20 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