aboutsummaryrefslogtreecommitdiff
path: root/lib/pci.c
diff options
context:
space:
mode:
authorSandro-Alessio Gierens <sandro@gierens.de>2023-08-15 16:07:47 +0200
committerSandro-Alessio Gierens <49617392+gierens@users.noreply.github.com>2023-08-15 16:50:05 +0200
commit4635ac635813b97d68fa55fe1e15db0f3c460212 (patch)
treeaca1f6389ee8f5eea6fca5a162bfb489bc24648b /lib/pci.c
parentda8fbe8b43192fc509a89dd29159ad67a219b209 (diff)
downloadlibvfio-user-4635ac635813b97d68fa55fe1e15db0f3c460212.zip
libvfio-user-4635ac635813b97d68fa55fe1e15db0f3c460212.tar.gz
libvfio-user-4635ac635813b97d68fa55fe1e15db0f3c460212.tar.bz2
Revise iovec_t.__eq__ and vfu_dma_info_t.__eq__ to fix flake8 E721
The newer flake8 version in the arch linux job of the pull request workflow fails due to: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` Both `__eq__` functions now use `is not` instead of `!=` for the type initial check. Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
Diffstat (limited to 'lib/pci.c')
0 files changed, 0 insertions, 0 deletions