qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vfio-ccw: Fix error message
@ 2019-11-28 14:30 Boris Fiuczynski
  2019-11-28 14:54 ` Philippe Mathieu-Daudé
  2019-11-28 17:22 ` Cornelia Huck
  0 siblings, 2 replies; 3+ messages in thread
From: Boris Fiuczynski @ 2019-11-28 14:30 UTC (permalink / raw)
  To: qemu-s390x, cohuck, alex.williamson, farman; +Cc: qemu-devel

Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
---
 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;
-- 
2.17.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio-ccw: Fix error message
  2019-11-28 14:30 [PATCH] vfio-ccw: Fix error message Boris Fiuczynski
@ 2019-11-28 14:54 ` Philippe Mathieu-Daudé
  2019-11-28 17:22 ` Cornelia Huck
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-11-28 14:54 UTC (permalink / raw)
  To: Boris Fiuczynski, qemu-s390x, cohuck, alex.williamson, farman
  Cc: QEMU Trivial, qemu-devel

On 11/28/19 3:30 PM, Boris Fiuczynski wrote:
> Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
> Reviewed-by: Eric Farman <farman@linux.ibm.com>
> ---
>   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;
> 

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] vfio-ccw: Fix error message
  2019-11-28 14:30 [PATCH] vfio-ccw: Fix error message Boris Fiuczynski
  2019-11-28 14:54 ` Philippe Mathieu-Daudé
@ 2019-11-28 17:22 ` Cornelia Huck
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2019-11-28 17:22 UTC (permalink / raw)
  To: Boris Fiuczynski; +Cc: farman, qemu-s390x, alex.williamson, qemu-devel

On Thu, 28 Nov 2019 15:30:14 +0100
Boris Fiuczynski <fiuczy@linux.ibm.com> wrote:

> Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
> Reviewed-by: Eric Farman <farman@linux.ibm.com>
> ---
>  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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-11-28 19:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-28 14:30 [PATCH] vfio-ccw: Fix error message Boris Fiuczynski
2019-11-28 14:54 ` Philippe Mathieu-Daudé
2019-11-28 17:22 ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).