Re: [PATCH v2 0/3] Documentation: fix a few typo and wording issues
From: Jonathan Corbet
Date: Mon Aug 03 2026 - 14:46:59 EST
岳秉坤 <yuebingkun@xxxxxxxxxx> writes:
> Hi,
>
> This series fixes a few small documentation issues (spelling/wording)
> across Documentation/ files. Each patch targets a single subsystem's
> docs so the respective maintainers can pick them up independently.
> These changes are limited to spelling and wording corrections and do
> not change behavior.
>
> I am a newcomer to the Linux community, and I am eager to contribute
> and learn through small, helpful fixes like this one.
>
> Changes in v2:
> - Split the original single combined patch into per-subsystem patches,
> per Randy Dunlap's feedback on v1.
> - Moved the "newcomer" note out of the individual commit messages; it
> now lives only in this cover letter.
> - Collected Acked-by from Randy Dunlap <rdunlap@xxxxxxxxxxxxx>. The
> content per-file is unchanged from v1, so the Ack is carried forward
> on each patch.
>
> 岳秉坤 (3):
> Documentation: fix "should be use" grammar in ABI README
> Documentation: fix "readng" typo in EDAC memory-repair ABI doc
> Documentation: fix "thare are" typo in V4L subdev routing doc
>
> Documentation/ABI/README | 2 +-
> Documentation/ABI/testing/sysfs-edac-memory-repair | 2 +-
> .../userspace-api/media/v4l/vidioc-subdev-g-routing.rst | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
The first and third problems have already been fixed by others; I have
applied the EDAC fix.
Thanks,
jon