77c23f
From 7258b1fabcd152c2ad9b61485b869a41d1bc64e2 Mon Sep 17 00:00:00 2001
77c23f
From: Cornelia Huck <cohuck@redhat.com>
77c23f
Date: Tue, 23 Jun 2020 09:25:35 -0400
77c23f
Subject: [PATCH 01/12] vfio-ccw: Fix error message
77c23f
MIME-Version: 1.0
77c23f
Content-Type: text/plain; charset=UTF-8
77c23f
Content-Transfer-Encoding: 8bit
77c23f
77c23f
RH-Author: Cornelia Huck <cohuck@redhat.com>
77c23f
Message-id: <20200623092543.358315-2-cohuck@redhat.com>
77c23f
Patchwork-id: 97693
77c23f
O-Subject: [RHEL-8.3.0 qemu-kvm PATCH 1/9] vfio-ccw: Fix error message
77c23f
Bugzilla: 1660916
77c23f
RH-Acked-by: Claudio Imbrenda <cimbrend@redhat.com>
77c23f
RH-Acked-by: David Hildenbrand <david@redhat.com>
77c23f
RH-Acked-by: Thomas Huth <thuth@redhat.com>
77c23f
RH-Acked-by: Philippe Mathieu-Daudé <philmd@redhat.com>
77c23f
77c23f
From: Boris Fiuczynski <fiuczy@linux.ibm.com>
77c23f
77c23f
Signed-off-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
77c23f
Reviewed-by: Eric Farman <farman@linux.ibm.com>
77c23f
Message-Id: <20191128143015.5231-1-fiuczy@linux.ibm.com>
77c23f
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
77c23f
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
77c23f
(cherry picked from commit 91f751dc111b270b1e81d80ac92cf479e7620fa4)
77c23f
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
77c23f
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
77c23f
---
77c23f
 hw/vfio/ccw.c | 2 +-
77c23f
 1 file changed, 1 insertion(+), 1 deletion(-)
77c23f
77c23f
diff --git a/hw/vfio/ccw.c b/hw/vfio/ccw.c
77c23f
index 6863f6c69f..3b5520ae75 100644
77c23f
--- a/hw/vfio/ccw.c
77c23f
+++ b/hw/vfio/ccw.c
77c23f
@@ -102,7 +102,7 @@ again:
77c23f
         if (errno == EAGAIN) {
77c23f
             goto again;
77c23f
         }
77c23f
-        error_report("vfio-ccw: wirte I/O region failed with errno=%d", errno);
77c23f
+        error_report("vfio-ccw: write I/O region failed with errno=%d", errno);
77c23f
         ret = -errno;
77c23f
     } else {
77c23f
         ret = region->ret_code;
77c23f
-- 
77c23f
2.27.0
77c23f