diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-09 13:40:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-09 17:51:57 -0800 |
commit | 8c79c49c803da7e1bd21da0374cf02083becae04 (patch) | |
tree | e0c5ef30f51813a039163b86c8bf9e37659ca2d8 /drivers/misc/panel.c | |
parent | fa882033e04ddd1fbda2b6ab620eb6590e0f5b02 (diff) | |
download | linux-8c79c49c803da7e1bd21da0374cf02083becae04.tar.gz linux-8c79c49c803da7e1bd21da0374cf02083becae04.tar.bz2 linux-8c79c49c803da7e1bd21da0374cf02083becae04.zip |
staging: iio: Remove parantheses around right hand side of assignment
Remove parantheses on the right hand side of assignments as they are not
needed. Coccinelle patch used:
@@
expression a, b, c, d;
@@
(
a = (c == d)
|
a =
- (
b
- )
)
Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/panel.c')
0 files changed, 0 insertions, 0 deletions