]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: crypto4xx - pointer arithmetic overhaul
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 25 Aug 2017 13:47:25 +0000 (15:47 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Sep 2017 09:43:19 +0000 (17:43 +0800)
commit9e0a0b3a192af20193f074ed2ad9dd85a2e48d00
treed47512495d1f5cf6bc26e3b283203d9f59feebde
parent5d59ad6eea82ef8df92b4109615a0dde9d8093e9
crypto: crypto4xx - pointer arithmetic overhaul

This patch improves the readability of various functions,
by replacing various void* pointers declarations with
their respective structs *. This makes it possible to go
for the eye-friendly array-indexing methods.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_alg.c
drivers/crypto/amcc/crypto4xx_core.c
drivers/crypto/amcc/crypto4xx_core.h