commit | 90cb147f3a701443f1e7e5b104e689b08f2677e3 | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Tue Feb 09 14:02:04 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 19:37:15 2016 -0800 |
tree | b4e21b0d04606ec18941c0bcba072ec4d297227a | |
parent | b4d4dfbcbb737b91bbf07c92891b2496a651be7e [diff] |
staging: unisys: Remove parentheses around right hand side of assignment Remove parentheses on the right hand side of assignment as they are not needed. Semantic patch used: @@ expression a, b, c, d; @@ ( a = (c == d) | a = - ( b - ) ) Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>