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: Fri, 25 Aug 2023 09:52:54 +0100 [thread overview]
Message-ID: <89afffce95f8f375579aa76ec80cc4eec30a7999.camel@infradead.org> (raw)
In-Reply-To: <2c56752c-b04f-3d64-4b99-b83271c28630@tls.msk.ru>
[-- Attachment #1: Type: text/plain, Size: 2832 bytes --]
On Wed, 2023-08-23 at 22:00 +0300, Michael Tokarev wrote:
> 23.08.2023 21:38, David Woodhouse wrote:
> > 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.
>
> Aha. I didn't know they're imported from elsewhere.
> Is it just include/hw/xen/interface/ or whole include/hw/xen/ ?
For this particular set of imported files, I believe it's just the ones
in include/hw/xen/interface/
> I guess these changes can be sent to xen project :)
Maybe we should add it in MAINTAINERS? :)
> > > - * any large discontiguities in the machine address space, 2MB gaps in
> > > + * any large discontinuities in the machine address space, 2MB gaps in
> >
> > If you're already correcting that line, why not also correct MB to MiB?
>
> That's not really spelling fix anymore. Also, this is not universal, some
> still prefer MB over MiB (to mean 1024 not 1000). Else it's just too many
> changes and the thing will never finish :)
I'll buy your second reason, but not the first. I don't think there's a
good reason to be tolerant of people who "prefer" to be deliberately
wrong. MB means one thing, MiB — the IEC standard since 1998 — means
something else. To use one when you mean the other is just wrong.
Maybe in the final years of the 1900s when the IEC standard was still
new, and people found MiB unfamiliar and "ugly", it wasn't universal.
That was quarter of a century ago.
The unfamiliarity, and thus the natural human reaction to perceive
anything new as "ugly", will pass.
The correctness, and the lack of ambiguity, will not.
> Here in this patch, after removing include/hw/xen/, there's just one file
> with one fix left, hw/xen/xen_pvdev.c. Hwell.. :)
For that part,
Acked-by: David Woodhouse <dwmw@amazon.co.uk>
[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5965 bytes --]
next prev parent reply other threads:[~2023-08-25 8:53 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
2023-08-23 19:00 ` Michael Tokarev
2023-08-25 8:52 ` David Woodhouse [this message]
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=89afffce95f8f375579aa76ec80cc4eec30a7999.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).