qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] vfio-ccw: Fix error message


From: Cornelia Huck
Subject: Re: [PATCH] vfio-ccw: Fix error message
Date: Thu, 28 Nov 2019 18:22:00 +0100

On Thu, 28 Nov 2019 15:30:14 +0100
Boris Fiuczynski <address@hidden> wrote:

> Signed-off-by: Boris Fiuczynski <address@hidden>
> Reviewed-by: Eric Farman <address@hidden>
> ---
>  hw/vfio/ccw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c
> index 6863f6c69f..3b5520ae75 100644
> --- a/hw/vfio/ccw.c
> +++ b/hw/vfio/ccw.c
> @@ -102,7 +102,7 @@ again:
>          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;

Heh, that's a long-standing one :)

Thanks, applied.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]