diff options
author | Varsha Rao <rvarsha016@gmail.com> | 2018-04-19 21:19:43 +0530 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-04-28 16:09:38 +0800 |
commit | 5b0aa2556ec9ea98f98e2a802818f75827896d25 (patch) | |
tree | 4f3ee1f86d1de9422bea2544e7eee41ee818c91b /security | |
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>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions