[Qemu-devel] [PATCH] misc: fix spelling

Marc-André Lureau posted 1 patch 6 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180208162447.10851-1-marcandre.lureau@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test ppcbe passed
Test s390x passed
util/qemu-coroutine-lock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PATCH] misc: fix spelling
Posted by Marc-André Lureau 6 years, 2 months ago
s/pupulate/populate

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
 util/qemu-coroutine-lock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c
index 846ff9167f..3d0152ebec 100644
--- a/util/qemu-coroutine-lock.c
+++ b/util/qemu-coroutine-lock.c
@@ -87,7 +87,7 @@ void qemu_co_queue_run_restart(Coroutine *co)
      * invalid memory.  Therefore, use a temporary queue and do not touch
      * the "co" coroutine as soon as you enter another one.
      *
-     * In its turn resumed "co" can pupulate "co_queue_wakeup" queue with
+     * In its turn resumed "co" can populate "co_queue_wakeup" queue with
      * new coroutines to be woken up.  The caller, who has resumed "co",
      * will be responsible for traversing the same queue, which may cause
      * a different wakeup order but not any missing wakeups.
-- 
2.16.1.73.g5832b7e9f2


Re: [Qemu-devel] [PATCH] misc: fix spelling
Posted by Peter Maydell 6 years, 2 months ago
On 8 February 2018 at 16:24, Marc-André Lureau
<marcandre.lureau@redhat.com> wrote:
> s/pupulate/populate
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  util/qemu-coroutine-lock.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/qemu-coroutine-lock.c b/util/qemu-coroutine-lock.c
> index 846ff9167f..3d0152ebec 100644
> --- a/util/qemu-coroutine-lock.c
> +++ b/util/qemu-coroutine-lock.c
> @@ -87,7 +87,7 @@ void qemu_co_queue_run_restart(Coroutine *co)
>       * invalid memory.  Therefore, use a temporary queue and do not touch
>       * the "co" coroutine as soon as you enter another one.
>       *
> -     * In its turn resumed "co" can pupulate "co_queue_wakeup" queue with
> +     * In its turn resumed "co" can populate "co_queue_wakeup" queue with
>       * new coroutines to be woken up.  The caller, who has resumed "co",
>       * will be responsible for traversing the same queue, which may cause
>       * a different wakeup order but not any missing wakeups.
> --
> 2.16.1.73.g5832b7e9f2
>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM

Re: [Qemu-devel] [PATCH] misc: fix spelling
Posted by Stefan Hajnoczi 6 years, 2 months ago
On Thu, Feb 08, 2018 at 05:24:47PM +0100, Marc-André Lureau wrote:
> s/pupulate/populate
> 
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> ---
>  util/qemu-coroutine-lock.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan