diff options
| author | Janani Ravichandran <[email protected]> | 2016-02-11 17:01:01 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-11 20:00:30 -0800 |
| commit | e3b07865f5f6962d83e8b94d2968a9cfab7bdce5 (patch) | |
| tree | 3e2b43da88df2085f9af49dbb6990bbb90f09d30 /tools/perf/scripts/python/netdev-times.py | |
| parent | 474be12de61c60503ee6164b65afd5608e60b80c (diff) | |
staging: gdm724x: Remove unneeded parentheses
Remove parentheses around the right hand side of assignment statements
as they are not needed.
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 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions