Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Overly-generic names can cause problems like naming collisions, > confusing crash reports, and reduced grep-ability. E.g. see > commit d099ea6e6fde ("crypto - Avoid free() namespace collision"). > > Clean this up for the lrw template by prefixing the names with "lrw_". > > (I didn't use "crypto_lrw_" instead because that seems overkill.) > > Also constify the tfm context in a couple places. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > crypto/lrw.c | 119 ++++++++++++++++++++++++++------------------------- > 1 file changed, 61 insertions(+), 58 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