aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMichael Straube <[email protected]>2018-11-23 21:40:58 +0100
committerGreg Kroah-Hartman <[email protected]>2018-11-26 20:59:04 +0100
commit3f95106ea07562f4e9cf4d6798e09b821d55210b (patch)
tree2ede74b252cccf3f46a5f2656e5f81dace9f05ee /tools/perf/scripts/python/export-to-sqlite.py
parent16c44c57ecd89402a1acc81617cff463ff446fe7 (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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions