All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bjorn Helgaas <bhelgaas@google.com>
Subject: [PATCH 0/2] Documentation: Fix typos
Date: Wed, 23 Jul 2025 15:32:40 -0500	[thread overview]
Message-ID: <20250723203250.2909894-1-helgaas@kernel.org> (raw)

From: Bjorn Helgaas <bhelgaas@google.com>

Fix typos.  Based on v6.16-rc1, split into ABI and other.

Bjorn Helgaas (2):
  Documentation: Fix typos
  Documentation/ABI: Fix typos

 .../ABI/obsolete/sysfs-driver-hid-roccat-isku |  2 +-
 .../obsolete/sysfs-driver-hid-roccat-koneplus |  4 +--
 .../ABI/obsolete/sysfs-driver-hid-roccat-savu |  2 +-
 Documentation/ABI/testing/debugfs-driver-dcc  |  2 +-
 Documentation/ABI/testing/debugfs-hyperv      |  4 +--
 Documentation/ABI/testing/rtc-cdev            |  2 +-
 Documentation/ABI/testing/sysfs-ata           |  4 +--
 .../sysfs-bus-event_source-devices-hisi_ptt   |  4 +--
 Documentation/ABI/testing/sysfs-bus-iio       |  2 +-
 .../ABI/testing/sysfs-bus-iio-dma-buffer      |  8 ++---
 Documentation/ABI/testing/sysfs-bus-rapidio   |  2 +-
 Documentation/ABI/testing/sysfs-class-fc      |  2 +-
 .../ABI/testing/sysfs-class-power-rt9467      |  2 +-
 .../ABI/testing/sysfs-driver-input-exc3000    |  4 +--
 Documentation/ABI/testing/sysfs-driver-ufs    |  2 +-
 Documentation/ABI/testing/sysfs-firmware-acpi |  6 ++--
 .../ABI/testing/sysfs-memory-page-offline     | 13 ++++---
 .../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         | 10 +++---
 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     | 36 +++++++++----------
 .../bindings/sound/davinci-evm-audio.txt      |  2 +-
 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 +--
 .../firmware-guide/acpi/gpio-properties.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 +++++------
 67 files changed, 132 insertions(+), 133 deletions(-)

-- 
2.43.0


             reply	other threads:[~2025-07-23 20:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-23 20:32 Bjorn Helgaas [this message]
2025-07-23 20:32 ` [PATCH 1/2] Documentation: Fix typos Bjorn Helgaas
2025-07-27  3:16   ` Randy Dunlap
2025-07-28 22:23     ` Bjorn Helgaas
2025-07-29  0:25       ` Randy Dunlap
2025-07-23 20:32 ` [PATCH 2/2] Documentation/ABI: " Bjorn Helgaas
2025-07-26  4:02   ` Randy Dunlap
2025-08-11 17:22 ` [PATCH 0/2] Documentation: " 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=20250723203250.2909894-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 \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.