commit | 5b0aa2556ec9ea98f98e2a802818f75827896d25 | [log] [tgz] |
---|---|---|
author | Varsha Rao <rvarsha016@gmail.com> | Thu Apr 19 21:19:43 2018 +0530 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Apr 28 16:09:38 2018 +0800 |
tree | 4f3ee1f86d1de9422bea2544e7eee41ee818c91b | |
parent | 8ce31dca75c40f076c125547491983a037112c21 [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>