]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: talitos - talitos_ptr renamed ptr for more lisibility
authorLEROY Christophe <christophe.leroy@c-s.fr>
Fri, 17 Apr 2015 14:31:53 +0000 (16:31 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 21 Apr 2015 01:14:39 +0000 (09:14 +0800)
commitf574c8d55e7ee088ba9ae86b3bff1468f3efc9a7
tree9b68ff0f987dae0038e397bcb2005058b177284e
parent235e3ee3ef3a63954373cebfc09d2f9dd884230b
crypto: talitos - talitos_ptr renamed ptr for more lisibility

Linux CodyingStyle recommends to use short variables for local
variables. ptr is just good enough for those 3 lines functions.
It helps keep single lines shorter than 80 characters.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c