linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Randy Dunlap <rdunlap@infradead.org>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bjorn Helgaas <bhelgaas@google.com>
Subject: [PATCH 0/9] Documentation: Fix typos
Date: Wed, 13 Aug 2025 15:04:56 -0500	[thread overview]
Message-ID: <20250813200526.290420-1-helgaas@kernel.org> (raw)

From: Bjorn Helgaas <bhelgaas@google.com>

Fix typos in Documentation/.  Based on v6.17-rc1.

"git log -p --word-diff" or similar might make this easier to review.

Feel free drop any conflicts; nothing here touches code or messages.

Bjorn Helgaas (9):
  Documentation: Fix PCI typos
  Documentation: Fix RCU typos
  Documentation: Fix admin-guide typos
  Documentation: Fix core-api typos
  Documentation: Fix filesystems typos
  Documentation: Fix networking typos
  Documentation: Fix power typos
  Documentation: Fix trace typos
  Documentation: Fix misc typos

 .../PCI/endpoint/pci-endpoint-cfs.rst         |  4 +-
 Documentation/PCI/endpoint/pci-endpoint.rst   |  6 +--
 Documentation/RCU/lockdep.rst                 |  2 +-
 Documentation/RCU/stallwarn.rst               |  2 +-
 Documentation/accel/qaic/aic100.rst           |  4 +-
 Documentation/accounting/taskstats.rst        |  2 +-
 Documentation/admin-guide/LSM/SafeSetID.rst   |  2 +-
 Documentation/admin-guide/RAS/main.rst        |  2 +-
 Documentation/admin-guide/blockdev/paride.rst |  2 +-
 .../admin-guide/device-mapper/vdo-design.rst  |  2 +-
 Documentation/admin-guide/hw-vuln/mds.rst     |  2 +-
 Documentation/admin-guide/kdump/kdump.rst     |  2 +-
 .../admin-guide/kernel-parameters.txt         | 12 +++---
 Documentation/admin-guide/laptops/sonypi.rst  |  2 +-
 Documentation/admin-guide/media/imx.rst       |  2 +-
 Documentation/admin-guide/media/si4713.rst    |  6 +--
 Documentation/admin-guide/mm/damon/usage.rst  |  2 +-
 Documentation/admin-guide/perf/hisi-pmu.rst   |  4 +-
 .../quickly-build-trimmed-linux.rst           |  4 +-
 .../admin-guide/reporting-issues.rst          |  4 +-
 .../verify-bugs-and-bisect-regressions.rst    |  2 +-
 Documentation/arch/arm/keystone/knav-qmss.rst |  2 +-
 Documentation/arch/x86/cpuinfo.rst            |  2 +-
 Documentation/core-api/irq/irq-affinity.rst   |  6 +--
 Documentation/core-api/irq/irq-domain.rst     | 38 +++++++++----------
 Documentation/devicetree/usage-model.rst      |  2 +-
 Documentation/driver-api/vfio.rst             |  2 +-
 Documentation/filesystems/erofs.rst           |  2 +-
 Documentation/filesystems/gfs2-glocks.rst     |  2 +-
 Documentation/filesystems/hpfs.rst            |  2 +-
 Documentation/filesystems/resctrl.rst         |  2 +-
 .../xfs/xfs-online-fsck-design.rst            |  4 +-
 Documentation/hwmon/f71805f.rst               |  2 +-
 Documentation/misc-devices/apds990x.rst       |  2 +-
 Documentation/mm/hwpoison.rst                 |  2 +-
 Documentation/networking/can.rst              |  2 +-
 .../ethernet/ti/am65_nuss_cpsw_switchdev.rst  |  2 +-
 .../ethernet/ti/cpsw_switchdev.rst            |  2 +-
 Documentation/networking/rds.rst              |  2 +-
 Documentation/power/pci.rst                   |  4 +-
 .../power/suspend-and-cpuhotplug.rst          |  2 +-
 Documentation/sound/cards/emu-mixer.rst       |  2 +-
 Documentation/trace/fprobe.rst                |  2 +-
 Documentation/trace/ftrace-uses.rst           |  2 +-
 Documentation/trace/ftrace.rst                | 14 +++----
 Documentation/trace/histogram.rst             |  2 +-
 .../translations/zh_TW/process/5.Posting.rst  |  2 +-
 .../userspace-api/media/rc/rc-protos.rst      | 20 +++++-----
 48 files changed, 99 insertions(+), 99 deletions(-)

-- 
2.43.0


             reply	other threads:[~2025-08-13 20:05 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-13 20:04 Bjorn Helgaas [this message]
2025-08-13 20:04 ` [PATCH 1/9] Documentation: Fix PCI typos Bjorn Helgaas
2025-08-13 20:04 ` [PATCH 2/9] Documentation: Fix RCU typos Bjorn Helgaas
2025-08-13 20:04 ` [PATCH 3/9] Documentation: Fix admin-guide typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 4/9] Documentation: Fix core-api typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 5/9] Documentation: Fix filesystems typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 6/9] Documentation: Fix networking typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 7/9] Documentation: Fix power typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 8/9] Documentation: Fix trace typos Bjorn Helgaas
2025-08-13 20:05 ` [PATCH 9/9] Documentation: Fix misc typos Bjorn Helgaas
2025-08-18 16:44 ` [PATCH 0/9] Documentation: Fix typos Jonathan Corbet

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=20250813200526.290420-1-helgaas@kernel.org \
    --to=helgaas@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.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).