diff options
author | Marc Hartmayer <mhartmay@linux.vnet.ibm.com> | 2018-01-09 15:27:04 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-02-24 03:43:40 +0300 |
commit | 369d5a85bb782ecf63c5bae9686c7e6104eea991 (patch) | |
tree | 224a1ffa29e984ecb85dc213bdf6d4293c2bffaf /drivers/gpio/gpio-mxc.c | |
parent | 0eb578009a1d530a11846d7c4733a5db04730884 (diff) | |
download | linux-369d5a85bb782ecf63c5bae9686c7e6104eea991.tar.xz |
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>
Diffstat (limited to 'drivers/gpio/gpio-mxc.c')
0 files changed, 0 insertions, 0 deletions