diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-02-19 04:18:24 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-20 15:06:51 -0800 |
| commit | b383f2acbdd51be601a770d86445924106adc573 (patch) | |
| tree | 0515691d01cdd0b43eab36dbdead850022898593 /tools/perf/scripts/python/netdev-times.py | |
| parent | 816c2db010c0e76488aeb3a31442f3d2f4de29cc (diff) | |
staging: rtl8188eu: core: Remove unnecessary braces
This patch removes braces for single statement blocks. The warning
was detected using checkpatch.pl.
Coccinelle was used to make the change.
@@
expression e,e1;
@@
- if (e) {
+ if (e)
e1;
- }
Signed-off-by: Bhaktipriya Shridhar <[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