qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/4] vfio: platform: fix a typo


From: Alex Williamson
Subject: Re: [Qemu-devel] [PATCH 3/4] vfio: platform: fix a typo
Date: Sat, 18 May 2019 08:20:52 -0600

On Fri, 17 May 2019 20:28:10 -0700
Li Qiang <address@hidden> wrote:

An actual trivial patch, but it could still use a commit message.

> CC: address@hidden
> Signed-off-by: Li Qiang <address@hidden>
> ---
>  hw/vfio/platform.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/hw/vfio/platform.c b/hw/vfio/platform.c
> index e59a0234dd..d52d6552e0 100644
> --- a/hw/vfio/platform.c
> +++ b/hw/vfio/platform.c
> @@ -72,7 +72,7 @@ static VFIOINTp *vfio_init_intp(VFIODevice *vbasedev,
>          g_free(intp->interrupt);
>          g_free(intp);
>          error_setg_errno(errp, -ret,
> -                         "failed to initialize trigger eventd notifier");
> +                         "failed to initialize trigger eventfd notifier");
>          return NULL;
>      }
>      if (vfio_irq_is_automasked(intp)) {
> @@ -84,7 +84,7 @@ static VFIOINTp *vfio_init_intp(VFIODevice *vbasedev,
>              g_free(intp->unmask);
>              g_free(intp);
>              error_setg_errno(errp, -ret,
> -                             "failed to initialize resample eventd 
> notifier");
> +                             "failed to initialize resample eventfd 
> notifier");
>              return NULL;
>          }
>      }




reply via email to

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