diff options
| author | Radim Krčmář <rkrcmar@redhat.com> | 2015-01-30 00:48:49 +0300 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-30 14:26:45 +0300 |
| commit | 9368b5676265304702419eb090deffc9faf9b08f (patch) | |
| tree | 87d69645aab869d4cd161716bef3e4245b50770f /lib/mpi/mpi-internal.h | |
| parent | 52c233a4405eef4f4dbbe2984e308871866db007 (diff) | |
| download | linux-9368b5676265304702419eb090deffc9faf9b08f.tar.xz | |
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ář <rkrcmar@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'lib/mpi/mpi-internal.h')
0 files changed, 0 insertions, 0 deletions
