diff options
author | Radim Krčmář <[email protected]> | 2015-01-29 22:48:49 +0100 |
---|---|---|
committer | Paolo Bonzini <[email protected]> | 2015-01-30 12:26:45 +0100 |
commit | 9368b5676265304702419eb090deffc9faf9b08f (patch) | |
tree | 87d69645aab869d4cd161716bef3e4245b50770f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 52c233a4405eef4f4dbbe2984e308871866db007 (diff) |
KVM: x86: cleanup kvm_apic_match_*()
The majority of this patch turns
result = 0; if (CODE) result = 1; return result;
into
return CODE;
because we return bool now.
Signed-off-by: Radim Krčmář <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions