From: Karl Mehltretter <kmehltretter@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Karl Mehltretter <kmehltretter@gmail.com>,
Shuah Khan <skhan@linuxfoundation.org>,
Randy Dunlap <rdunlap@infradead.org>,
linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
Thomas Gleixner <tglx@kernel.org>,
Marek Szyprowski <m.szyprowski@samsung.com>,
Petr Tesarik <petr@tesarici.cz>,
Bagas Sanjaya <bagasdotme@gmail.com>,
Michael Kelley <mhklinux@outlook.com>,
"Paul E. McKenney" <paulmck@kernel.org>,
Boqun Feng <boqun@kernel.org>,
Matthew Wilcox <willy@infradead.org>, Zi Yan <ziy@nvidia.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-fsdevel@vger.kernel.org, linux-mm@kvack.org
Subject: [PATCH 0/7] docs: core-api: Fix stale function names and a broken example
Date: Sat, 22 Aug 2026 14:16:44 +0200 [thread overview]
Message-ID: <20260822121651.1559-1-kmehltretter@gmail.com> (raw)
A review of Documentation/core-api turned up a handful of places where
the text names a function that does not exist, or an example command
that cannot work as written. Each one is a plain typo from the day the
text was written rather than an API rename: for every patch the wrong
name was checked against the tree at the time of the Fixes: commit, and
the correct name exists in current mainline.
The changes are independent of each other and only touch prose and
examples, so each can be applied on its own.
Karl Mehltretter (7):
docs: cpu_hotplug: Fix multi-instance removal calls
docs: irq-affinity: Restore grep in example
docs: dma-attributes: Fix dma_alloc_attrs() name
docs: swiotlb: Fix maximum mapping size helper
docs: this_cpu_ops: Fix SRCU helper names
docs: xarray: Fix xas_try_split() name
docs: debugobjects: Fix debug_object_init() name
Documentation/core-api/cpu_hotplug.rst | 4 ++--
Documentation/core-api/irq/irq-affinity.rst | 2 +-
Documentation/core-api/dma-attributes.rst | 2 +-
Documentation/core-api/swiotlb.rst | 2 +-
Documentation/core-api/this_cpu_ops.rst | 6 +++---
Documentation/core-api/xarray.rst | 2 +-
Documentation/core-api/debug-objects.rst | 2 +-
7 files changed, 10 insertions(+), 10 deletions(-)
base-commit: 26260251022fbc2f248a3d747a9b2b961b18d2d8
--
2.53.0
next reply other threads:[~2026-08-22 12:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-22 12:16 Karl Mehltretter [this message]
2026-08-22 12:16 ` [PATCH 6/7] docs: xarray: Fix xas_try_split() name Karl Mehltretter
2026-08-22 12:28 ` Zi Yan
2026-08-22 17:30 ` Randy Dunlap
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=20260822121651.1559-1-kmehltretter@gmail.com \
--to=kmehltretter@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=bagasdotme@gmail.com \
--cc=boqun@kernel.org \
--cc=corbet@lwn.net \
--cc=linux-doc@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=m.szyprowski@samsung.com \
--cc=mhklinux@outlook.com \
--cc=paulmck@kernel.org \
--cc=petr@tesarici.cz \
--cc=rdunlap@infradead.org \
--cc=skhan@linuxfoundation.org \
--cc=tglx@kernel.org \
--cc=willy@infradead.org \
--cc=ziy@nvidia.com \
/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