diff options
| author | Janani Ravichandran <[email protected]> | 2016-02-11 17:52:30 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-11 20:05:35 -0800 |
| commit | 3a35be2a14435a88fad045fb24ca4e1c0dcf4643 (patch) | |
| tree | 096d11c739121884feaa95d788608e165bb0eb03 /include | |
| 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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions