On Fri, Apr 26, 2019 at 15:52:20 +0200, Michal Privoznik wrote:
Our coding style specifies that only negative values are considered
as
error. Check for return value of virDomainDiskInsert() properly,
following the style. Not that the function can now return anything other
than 0 or -1, but it just triggers my OCD.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/libxl/libxl_driver.c | 2 +-
src/lxc/lxc_driver.c | 2 +-
src/qemu/qemu_driver.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
ACK