commit | 5343c7bb0a67325c8a0012324e26b11625544686 | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Thu Feb 11 16:41:21 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 19:31:50 2016 -0800 |
tree | eda546e56b992a66fb6ca4c4f00c2aa6e0cd61d3 | |
parent | e682e91b61f879f1e3b07813b7541c37b337bdfb [diff] |
staging: wilc1000: Remove unneeded parentheses in assignment Remove parentheses around the right hand side of assignments. They are unnecessary. Semantic patch: @@ expression a, b, c; @@ ( a = (b == c) | a = - ( b - ) ) Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>