linux/drivers/crypto/cavium/zip
Varsha Rao 5b0aa2556e crypto: cavium - Remove unnecessary parentheses
This patch fixes the clang warning of extraneous parentheses, with the
following coccinelle script.

@@
identifier i;
constant c;
expression e;
@@
(
!((e))
|
-((
\(i == c\|i != c\|i <= c\|i < c\|i >= c\|i > c\)
-))
)

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-04-28 16:09:38 +08:00
..
common.h
Makefile
zip_crypto.c
zip_crypto.h
zip_deflate.c
zip_deflate.h
zip_device.c
zip_device.h
zip_inflate.c
zip_inflate.h
zip_main.c
zip_main.h
zip_mem.c
zip_mem.h
zip_regs.h