commit | 599b87809594e2b8f742cbd318db31935689cceb | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Thu Feb 11 16:03:08 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 20:05:35 2016 -0800 |
tree | 83d5fb14036db4fad7d195a265c1a08c5c70ec85 | |
parent | 686f0c2301a762cf0fc73bd0cfaf62473ddc76d6 [diff] |
staging: emxx_udc: Remove parentheses around the right hand side of assignment Remove parentheses around the right hand side of assignments as they are not needed. Semantic patch used: @@ 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>