summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.c
diff options
context:
space:
mode:
authorVarsha Rao <rvarsha016@gmail.com>2018-04-19 21:19:43 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2018-04-28 16:09:38 +0800
commit5b0aa2556ec9ea98f98e2a802818f75827896d25 (patch)
tree4f3ee1f86d1de9422bea2544e7eee41ee818c91b /drivers/crypto/amcc/crypto4xx_core.c
parent8ce31dca75c40f076c125547491983a037112c21 (diff)
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>
Diffstat (limited to 'drivers/crypto/amcc/crypto4xx_core.c')
0 files changed, 0 insertions, 0 deletions