linux-stable/tools/kvm/kvm_stat
Marc Hartmayer 369d5a85bb tools/kvm_stat: avoid 'is' for equality checks
Use '==' for equality checks and 'is' when comparing identities.

An example where '==' and 'is' behave differently:
>>> a = 4242
>>> a == 4242
True
>>> a is 4242
False

Signed-off-by: Marc Hartmayer <mhartmay@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2018-02-24 01:43:40 +01:00
..
kvm_stat tools/kvm_stat: avoid 'is' for equality checks 2018-02-24 01:43:40 +01:00
kvm_stat.txt tools/kvm_stat: add hint on '-f help' to man page 2017-12-14 09:25:44 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00