qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Eric Auger <eric.auger@redhat.com>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, "Cédric Le Goater" <clg@redhat.com>
Subject: Re: [PATCH trivial 21/21] util/range.c: spelling fix: inbetween
Date: Tue, 14 Nov 2023 18:13:36 +0100	[thread overview]
Message-ID: <24f9d094-f6a4-4510-9a2b-75949e96bf1d@redhat.com> (raw)
In-Reply-To: <20231114165834.2949011-22-mjt@tls.msk.ru>



On 11/14/23 17:58, Michael Tokarev wrote:
> Fixes: b439595a08d7 "range: Introduce range_inverse_array()"
> Cc: Eric Auger <eric.auger@redhat.com>
> Cc: Cédric Le Goater <clg@redhat.com>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Auger <eric.auger@redhat.com>

Eric

> ---
>  util/range.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/util/range.c b/util/range.c
> index 9605ccfcbe..f3f40098d5 100644
> --- a/util/range.c
> +++ b/util/range.c
> @@ -98,7 +98,7 @@ void range_inverse_array(GList *in, GList **rev,
>          out = append_new_range(out, low, MIN(range_lob(r) - 1, high));
>      }
>  
> -    /* insert a range inbetween each original range until we reach high */
> +    /* insert a range in between each original range until we reach high */
>      for (; l->next; l = l->next) {
>          r = (Range *)l->data;
>          rn = (Range *)l->next->data;



  reply	other threads:[~2023-11-14 17:14 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-14 16:58 [PATCH trivial 00/21] spelling fixes for 8.2 Michael Tokarev
2023-11-14 16:58 ` [PATCH trivial 01/21] bsd-user: spelling fixes: necesary, agrument, undocummented Michael Tokarev
2023-11-14 17:34   ` Warner Losh
2023-11-14 16:58 ` [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary Michael Tokarev
2023-11-15  7:10   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized Michael Tokarev
2023-11-15  7:10   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly Michael Tokarev
2023-11-15  7:11   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase Michael Tokarev
2023-11-14 19:04   ` Thomas Huth
2023-11-16 14:25   ` Juan Quintela
2023-11-14 16:58 ` [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't Michael Tokarev
2023-11-14 19:05   ` Thomas Huth
2023-11-15  6:41     ` Michael Tokarev
2023-11-15  6:46       ` Thomas Huth
2023-11-15  8:59         ` Michael Tokarev
2023-11-16 14:27       ` Juan Quintela
2023-11-14 16:58 ` [PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements Michael Tokarev
2023-11-14 19:06   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses Michael Tokarev
2023-11-14 20:19   ` Richard Henderson
2023-11-14 16:58 ` [PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely Michael Tokarev
2023-11-14 20:20   ` Richard Henderson
2023-11-14 16:58 ` [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume Michael Tokarev
2023-11-15  7:12   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage Michael Tokarev
2023-11-15  6:18   ` Marc-André Lureau
2023-11-14 16:58 ` [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining Michael Tokarev
2023-11-15  7:12   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects Michael Tokarev
2023-11-15  7:13   ` Thomas Huth
2023-11-15  8:40   ` Luc Michel
2023-11-14 16:58 ` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted Michael Tokarev
2023-11-15  7:13   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber Michael Tokarev
2023-11-14 22:29   ` Maciej S. Szmigiero
2023-11-14 16:58 ` [PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate Michael Tokarev
2023-11-15  7:14   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly Michael Tokarev
2023-11-15  7:15   ` Thomas Huth
2023-11-21  3:29   ` Alistair Francis
2023-11-14 16:58 ` [PATCH trivial 18/21] tests/qtest/migration-test.c: spelling fix: bandwith Michael Tokarev
2023-11-14 19:07   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer Michael Tokarev
2023-11-14 19:07   ` Thomas Huth
2023-11-14 16:58 ` [PATCH trivial 20/21] util/filemonitor-inotify.c: spelling fix: kenel Michael Tokarev
2023-11-14 20:30   ` Vladimir Sementsov-Ogievskiy
2023-11-14 16:58 ` [PATCH trivial 21/21] util/range.c: spelling fix: inbetween Michael Tokarev
2023-11-14 17:13   ` Eric Auger [this message]
2023-11-14 17:34   ` Cédric Le Goater
     [not found] ` <CGME20231114165848epcas2p32514e61ec8d7181dfade05711610e0df@epcms2p1>
2023-11-14 23:49   ` [PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted Jeuk Kim
     [not found] ` <CGME20231114165850epcas2p379e2e74b30942ab0216fd87b5c22470d@epcms2p7>
2023-11-14 23:51   ` [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer Jeuk Kim

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=24f9d094-f6a4-4510-9a2b-75949e96bf1d@redhat.com \
    --to=eric.auger@redhat.com \
    --cc=clg@redhat.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /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).