commit | 3a35be2a14435a88fad045fb24ca4e1c0dcf4643 | [log] [tgz] |
---|---|---|
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | Thu Feb 11 17:52:30 2016 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Feb 11 20:05:35 2016 -0800 |
tree | 096d11c739121884feaa95d788608e165bb0eb03 | |
parent | 599b87809594e2b8f742cbd318db31935689cceb [diff] |
staging: media: Remove unneeded parentheses Remove unneeded parentheses in assignment statements. 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>