-
由 Varsha Rao 提交于
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: NVarsha Rao <rvarsha016@gmail.com> Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
5b0aa255