qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Michael Tokarev <mjt@tls.msk.ru>, qemu-devel@nongnu.org
Subject: Re: [PATCH 17/24] xen: spelling fixes
Date: Wed, 23 Aug 2023 19:38:37 +0100	[thread overview]
Message-ID: <23b504c5adb8a0261459992e77a5dfc0be540912.camel@infradead.org> (raw)
In-Reply-To: <20230823065335.1919380-16-mjt@tls.msk.ru>

[-- Attachment #1: Type: text/plain, Size: 1570 bytes --]

On Wed, 2023-08-23 at 09:53 +0300, Michael Tokarev wrote:
> 
>  include/hw/xen/interface/arch-x86/xen-x86_64.h | 2 +-
>  include/hw/xen/interface/arch-x86/xen.h        | 2 +-
>  include/hw/xen/interface/event_channel.h       | 2 +-
>  include/hw/xen/interface/grant_table.h         | 2 +-
>  include/hw/xen/interface/hvm/hvm_op.h          | 2 +-
>  include/hw/xen/interface/io/blkif.h            | 6 +++---
>  include/hw/xen/interface/io/fbif.h             | 2 +-
>  include/hw/xen/interface/io/kbdif.h            | 2 +-
>  include/hw/xen/interface/memory.h              | 2 +-
>  include/hw/xen/interface/physdev.h             | 4 ++--
>  include/hw/xen/interface/xen.h                 | 4 ++--
>  12 files changed, 16 insertions(+), 16 deletions(-)

Please don't make changes to these unless you also change them in the
upstream Xen project, from which they're imported.

Thanks.

> --- a/include/hw/xen/interface/memory.h
> +++ b/include/hw/xen/interface/memory.h
> @@ -185,5 +185,5 @@ struct xen_machphys_mfn_list {
>      /*
>       * Pointer to buffer to fill with list of extent starts. If there are
> -     * any large discontiguities in the machine address space, 2MB gaps in
> +     * any large discontinuities in the machine address space, 2MB gaps in
>       * the machphys table will be represented by an MFN base of zero.
>       */

If you're already correcting that line, why not also correct MB to MiB?


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5965 bytes --]

  reply	other threads:[~2023-08-23 18:39 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-23  5:51 [PATCH v2 00/24] tree-wide spelling fixes Michael Tokarev
2023-08-23  5:51 ` [PATCH 01/24] block: " Michael Tokarev
2023-08-23 18:16   ` Eric Blake
2023-08-23  6:26 ` [PATCH v2 00/24] tree-wide " Michael Tokarev
2023-08-23  6:53 ` [PATCH 02/24] bsd-user: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 03/24] ui: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 04/24] util: " Michael Tokarev
2023-08-24 10:10   ` Philippe Mathieu-Daudé
2023-08-23  6:53 ` [PATCH 05/24] tcg: " Michael Tokarev
2023-08-23  8:30   ` Alex Bennée
2023-08-23 20:05     ` Richard Henderson
2023-08-23  6:53 ` [PATCH 06/24] docs: " Michael Tokarev
2023-08-23  8:30   ` Alex Bennée
2023-08-23 12:06     ` Michael Tokarev
2023-08-23  6:53 ` [PATCH 07/24] i386: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 08/24] mips: " Michael Tokarev
2023-08-24 10:11   ` Philippe Mathieu-Daudé
2023-08-23  6:53 ` [PATCH 09/24] ppc: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 10/24] riscv: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 11/24] hexagon: " Michael Tokarev
2023-08-23 15:36   ` Brian Cain
2023-08-23  6:53 ` [PATCH 12/24] hw/net: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 13/24] hw/pci: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 14/24] hw/tpm: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 15/24] hw/usb hw/ide hw/i2c: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 16/24] hw/display: " Michael Tokarev
2023-08-24 10:12   ` Philippe Mathieu-Daudé
2023-08-24 11:46     ` Michael Tokarev
2023-08-24 12:26     ` Peter Maydell
2023-08-23  6:53 ` [PATCH 17/24] xen: " Michael Tokarev
2023-08-23 18:38   ` David Woodhouse [this message]
2023-08-23 19:00     ` Michael Tokarev
2023-08-25  8:52       ` David Woodhouse
2023-08-23  6:53 ` [PATCH 18/24] audio: " Michael Tokarev
2023-08-24 10:13   ` Philippe Mathieu-Daudé
2023-08-23  6:53 ` [PATCH 19/24] hw/other: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 20/24] include/: " Michael Tokarev
2023-08-23 14:09   ` Alex Bennée
2023-08-23  6:53 ` [PATCH 21/24] scripts/: " Michael Tokarev
2023-08-23 14:13   ` Alex Bennée
2023-08-23 19:12     ` Michael Tokarev
2023-08-23 19:26       ` Michael Tokarev
2023-08-23  6:53 ` [PATCH 22/24] tests/: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 23/24] qga/: " Michael Tokarev
2023-08-23  6:53 ` [PATCH 24/24] misc/other: " Michael Tokarev
2023-08-23 18:23   ` Eric Blake
2023-08-23 19:11     ` Michael Tokarev
  -- strict thread matches above, loose matches on Subject: below --
2023-08-07 10:56 [PATCH trivial for-8.1 0/3] trivial-patches for 2023-08-07 Michael Tokarev
2023-08-23  5:51 ` [PATCH 17/24] xen: spelling fixes Michael Tokarev

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=23b504c5adb8a0261459992e77a5dfc0be540912.camel@infradead.org \
    --to=dwmw2@infradead.org \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@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).