1
0
Fork 0
alistair23-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
..
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
common.h crypto: cavium - Limit result reading attempts 2018-04-21 00:58:35 +08:00
zip_crypto.c crypto: cavium - Fix fallout from CONFIG_VMAP_STACK 2018-04-21 00:58:34 +08:00
zip_crypto.h crypto: zip - Wire-up Compression / decompression HW offload 2017-03-09 18:34:26 +08:00
zip_deflate.c crypto: cavium - Limit result reading attempts 2018-04-21 00:58:35 +08:00
zip_deflate.h crypto: zip - Wire-up Compression / decompression HW offload 2017-03-09 18:34:26 +08:00
zip_device.c crypto: cavium - Fix smp_processor_id() warnings 2018-04-21 00:58:36 +08:00
zip_device.h
zip_inflate.c crypto: cavium - Limit result reading attempts 2018-04-21 00:58:35 +08:00
zip_inflate.h crypto: zip - Wire-up Compression / decompression HW offload 2017-03-09 18:34:26 +08:00
zip_main.c crypto: cavium - Fix smp_processor_id() warnings 2018-04-21 00:58:36 +08:00
zip_main.h crypto: cavium - Fix statistics pending request value 2018-04-21 00:58:35 +08:00
zip_mem.c
zip_mem.h
zip_regs.h crypto: cavium - Remove unnecessary parentheses 2018-04-28 16:09:38 +08:00