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

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).