From: Alex Williamson <alex.williamson@redhat.com>
To: Zenghui Yu <yuzenghui@huawei.com>
Cc: wanghaibin.wang@huawei.com, kwankhede@nvidia.com,
cohuck@redhat.com, qemu-devel@nongnu.org
Subject: Re: [PATCH] vfio: Fix vfio_listener_log_sync function name typo
Date: Tue, 2 Mar 2021 15:11:07 -0700 [thread overview]
Message-ID: <20210302151107.31600844@omen.home.shazbot.org> (raw)
In-Reply-To: <20201204014240.772-1-yuzenghui@huawei.com>
On Fri, 4 Dec 2020 09:42:40 +0800
Zenghui Yu <yuzenghui@huawei.com> wrote:
> There is an obvious typo in the function name of the .log_sync() callback.
> Spell it correctly.
>
> Signed-off-by: Zenghui Yu <yuzenghui@huawei.com>
> ---
> hw/vfio/common.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/hw/vfio/common.c b/hw/vfio/common.c
> index 6ff1daa763..d360d6f2da 100644
> --- a/hw/vfio/common.c
> +++ b/hw/vfio/common.c
> @@ -1118,7 +1118,7 @@ static int vfio_sync_dirty_bitmap(VFIOContainer *container,
> int128_get64(section->size), ram_addr);
> }
>
> -static void vfio_listerner_log_sync(MemoryListener *listener,
> +static void vfio_listener_log_sync(MemoryListener *listener,
> MemoryRegionSection *section)
> {
> VFIOContainer *container = container_of(listener, VFIOContainer, listener);
> @@ -1136,7 +1136,7 @@ static void vfio_listerner_log_sync(MemoryListener *listener,
> static const MemoryListener vfio_memory_listener = {
> .region_add = vfio_listener_region_add,
> .region_del = vfio_listener_region_del,
> - .log_sync = vfio_listerner_log_sync,
> + .log_sync = vfio_listener_log_sync,
> };
>
> static void vfio_listener_release(VFIOContainer *container)
Sorry for the delay, queued. Thanks,
Alex
prev parent reply other threads:[~2021-03-02 22:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 1:42 [PATCH] vfio: Fix vfio_listener_log_sync function name typo Zenghui Yu
2020-12-18 15:50 ` Cornelia Huck
2021-03-02 22:11 ` Alex Williamson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210302151107.31600844@omen.home.shazbot.org \
--to=alex.williamson@redhat.com \
--cc=cohuck@redhat.com \
--cc=kwankhede@nvidia.com \
--cc=qemu-devel@nongnu.org \
--cc=wanghaibin.wang@huawei.com \
--cc=yuzenghui@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).