diff options
author | Eric Blake <eblake@redhat.com> | 2016-10-14 13:33:15 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-11-02 09:28:56 +0100 |
commit | 8b34a9dbc3f2c0afe3450cb20b94cc30f450e77b (patch) | |
tree | e77e9f41f15c8fd58941b4f3e846b6006a5c287d /include | |
parent | c203c59ad9dc677b27e00ba76d221fd7e93c1aa6 (diff) | |
download | qemu-8b34a9dbc3f2c0afe3450cb20b94cc30f450e77b.tar.gz qemu-8b34a9dbc3f2c0afe3450cb20b94cc30f450e77b.tar.bz2 qemu-8b34a9dbc3f2c0afe3450cb20b94cc30f450e77b.zip |
nbd: Refactor conversion to errno to silence checkpatch
Checkpatch complains that 'return EINVAL' is usually wrong
(since we tend to favor 'return -EINVAL'). But it is a
false positive for nbd_errno_to_system_errno(). Since NBD
may add future defined wire values, refactor the code to
keep checkpatch happy.
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1476469998-28592-14-git-send-email-eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions