diff options
| author | 2016-10-17 22:00:07 -0200 | |
|---|---|---|
| committer | 2016-10-24 15:33:27 +0200 | |
| commit | 9fdd532c51ce9c8f08fea329e74ec8021568b97b (patch) | |
| tree | 0c8dd535f57c5fea99a50fa7bc4253a08f172d9f /include/linux/debugobjects.h | |
| parent | staging: vc04_services: Add casts to remove warnings in vchiq_core.c (diff) | |
staging: android: Remove unnecessary parentheses.
The removed parentheses are unnecessary and don't add readability.
Found using Coccinelle semantic patch:
@@ expression e, e1, e2; @@
e =
(
(e1 == e2)
|
- (e1)
+ e1
)
Signed-off-by: Elise Lennion <elise.lennion@gmail.com>
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
