diff options
| author | Michael Straube <[email protected]> | 2018-11-23 21:40:58 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2018-11-26 20:59:04 +0100 |
| commit | 3f95106ea07562f4e9cf4d6798e09b821d55210b (patch) | |
| tree | 2ede74b252cccf3f46a5f2656e5f81dace9f05ee /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | 16c44c57ecd89402a1acc81617cff463ff446fe7 (diff) | |
staging: rtl8188eu: cleanup remaining comparsions to true
Cleanup remaining comparsions to true.
if (x == true) -> if (x)
if (x != true) -> if (!x)
if (!x == true) -> if (!x)
Signed-off-by: Michael Straube <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions