Re: [PATCH v2 0/3] Documentation: fix a few typo and wording issues
Jonathan Corbet <[email protected]> Mon, 03 Aug 2026 12:22:52 -0600
| Newsgroups | gmane.linux.kernel,gmane.linux.documentation,gmane.linux.drivers.video-input-infrastructure |
|---|---|
| Message-ID | <[email protected]> |
岳秉坤 <[email protected]> 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 <[email protected]>. 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