Skip to content

Commit

Permalink
vfio-ccw: Fix error message
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Message-Id: <20191128143015.5231-1-fiuczy@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
  • Loading branch information
fiuczy authored and cohuck committed Dec 14, 2019
1 parent 084a398 commit 91f751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/vfio/ccw.c
Expand Up @@ -102,7 +102,7 @@ static IOInstEnding vfio_ccw_handle_request(SubchDev *sch)
if (errno == EAGAIN) {
goto again;
}
error_report("vfio-ccw: wirte I/O region failed with errno=%d", errno);
error_report("vfio-ccw: write I/O region failed with errno=%d", errno);
ret = -errno;
} else {
ret = region->ret_code;
Expand Down

0 comments on commit 91f751d

Please sign in to comment.