commit | 8c79c49c803da7e1bd21da0374cf02083becae04 | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Tue Feb 09 13:40:28 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 09 17:51:57 2016 -0800 |
tree | e0c5ef30f51813a039163b86c8bf9e37659ca2d8 | |
parent | fa882033e04ddd1fbda2b6ab620eb6590e0f5b02 [diff] |
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>