aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorJiri Slaby <[email protected]>2020-06-15 09:48:52 +0200
committerGreg Kroah-Hartman <[email protected]>2020-06-24 17:08:33 +0200
commit6923e2d793213283d808e60c390fe0b5e9090c7e (patch)
treefaaf57d00f28720338b2979be162bc6cc7cd7ef3 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent391536ab775bf7d17e20e11c6f24f88d605449b2 (diff)
vc: simplify condition in vc_con_write_normal
Convert (!(A && !B) || C) into (!A || B || C) to improve readability. No functional changes, as was just proven by objdump. Signed-off-by: Jiri Slaby <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions