mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 11:08:06 +00:00
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> |
||
|---|---|---|
| .. | ||
| common.h | ||
| Makefile | ||
| zip_crypto.c | ||
| zip_crypto.h | ||
| zip_deflate.c | ||
| zip_deflate.h | ||
| zip_device.c | ||
| zip_device.h | ||
| zip_inflate.c | ||
| zip_inflate.h | ||
| zip_main.c | ||
| zip_main.h | ||
| zip_mem.c | ||
| zip_mem.h | ||
| zip_regs.h | ||