* [PATCH] Documentation: fix a few typo and wording issues
@ 2026-07-28 3:07 岳秉坤
2026-07-28 3:23 ` Randy Dunlap
2026-07-28 7:55 ` Sakari Ailus
0 siblings, 2 replies; 4+ messages in thread
From: 岳秉坤 @ 2026-07-28 3:07 UTC (permalink / raw)
To: mchehab
Cc: jacopo.mondi, laurent.pinchart, hverkuil+cisco, sakari.ailus,
linux-kernel, linux-media, linux-doc, 岳秉坤
Hi,
This patch fixes a few small documentation issues in Documentation/ files.
I am a newcomer to the Linux community, and I am eager to contribute
and learn through small, helpful fixes like this one.
These changes are limited to spelling and wording corrections and do not
change behavior.
Signed-off-by: 岳秉坤 <yuebingkun@kylinos.cn>
---
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(-)
diff --git a/Documentation/ABI/README b/Documentation/ABI/README
index 315fffe1f831f..27c962e6a872c 100644
--- a/Documentation/ABI/README
+++ b/Documentation/ABI/README
@@ -62,7 +62,7 @@ Users: All users of this interface who wish to be notified when
Note:
- The fields should be use a simple notation, compatible with ReST markup.
+ The fields should use a simple notation, compatible with ReST markup.
Also, the file **should not** have a top-level index, like::
===
diff --git a/Documentation/ABI/testing/sysfs-edac-memory-repair b/Documentation/ABI/testing/sysfs-edac-memory-repair
index 0434a3b23ff3e..ab199132ffd8a 100644
--- a/Documentation/ABI/testing/sysfs-edac-memory-repair
+++ b/Documentation/ABI/testing/sysfs-edac-memory-repair
@@ -160,7 +160,7 @@ Description:
in trace events, such as CXL DRAM and CXL general media
error records of CXL memory devices.
- When readng back these attributes, it returns the current
+ When reading back these attributes, it returns the current
value of memory requested to be repaired.
bank_group - The bank group of the memory to repair.
diff --git a/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst b/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst
index 6f66ca38589e8..164cf0ad35931 100644
--- a/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst
+++ b/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst
@@ -67,7 +67,7 @@ subdevice routing table. This may be smaller or larger than the value of
drivers may adjust the requested routing table.
The kernel can return a ``num_routes`` value larger than ``len_routes`` from
-both ioctls. This indicates thare are more routes in the routing table than fits
+both ioctls. This indicates there are more routes in the routing table than fits
the ``routes`` array. In this case, the ``routes`` array is filled by the kernel
with the first ``len_routes`` entries of the subdevice routing table. This is
not considered to be an error, and the ioctl call succeeds. If the applications
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: fix a few typo and wording issues
2026-07-28 3:07 [PATCH] Documentation: fix a few typo and wording issues 岳秉坤
@ 2026-07-28 3:23 ` Randy Dunlap
2026-07-28 7:55 ` Sakari Ailus
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2026-07-28 3:23 UTC (permalink / raw)
To: 岳秉坤, mchehab
Cc: jacopo.mondi, laurent.pinchart, hverkuil+cisco, sakari.ailus,
linux-kernel, linux-media, linux-doc
Hi,
On 7/27/26 8:07 PM, 岳秉坤 wrote:
> Hi,
>
> This patch fixes a few small documentation issues in Documentation/ files.
These changes look good to me. Thanks.
Acked-by: Randy Dunlap <rdunlap@infradead.org>
> I am a newcomer to the Linux community, and I am eager to contribute
> and learn through small, helpful fixes like this one.
>
However, there are probably some process issues here.
E.g., the 2 lines above should not be part of the commit message. You can
include them after the "---" line just after your Signed-off-by: line.
> These changes are limited to spelling and wording corrections and do not
> change behavior.
>
> Signed-off-by: 岳秉坤 <yuebingkun@kylinos.cn>
> ---
> 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(-)
>
and it's up to various maintainers as to whether the patch will have to be
split up into multiple patches to be applied.
> diff --git a/Documentation/ABI/README b/Documentation/ABI/README
> index 315fffe1f831f..27c962e6a872c 100644
> --- a/Documentation/ABI/README
> +++ b/Documentation/ABI/README
> @@ -62,7 +62,7 @@ Users: All users of this interface who wish to be notified when
>
>
> Note:
> - The fields should be use a simple notation, compatible with ReST markup.
> + The fields should use a simple notation, compatible with ReST markup.
> Also, the file **should not** have a top-level index, like::
>
> ===
> diff --git a/Documentation/ABI/testing/sysfs-edac-memory-repair b/Documentation/ABI/testing/sysfs-edac-memory-repair
> index 0434a3b23ff3e..ab199132ffd8a 100644
> --- a/Documentation/ABI/testing/sysfs-edac-memory-repair
> +++ b/Documentation/ABI/testing/sysfs-edac-memory-repair
> @@ -160,7 +160,7 @@ Description:
> in trace events, such as CXL DRAM and CXL general media
> error records of CXL memory devices.
>
> - When readng back these attributes, it returns the current
> + When reading back these attributes, it returns the current
> value of memory requested to be repaired.
>
> bank_group - The bank group of the memory to repair.
> diff --git a/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst b/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst
> index 6f66ca38589e8..164cf0ad35931 100644
> --- a/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst
> +++ b/Documentation/userspace-api/media/v4l/vidioc-subdev-g-routing.rst
> @@ -67,7 +67,7 @@ subdevice routing table. This may be smaller or larger than the value of
> drivers may adjust the requested routing table.
>
> The kernel can return a ``num_routes`` value larger than ``len_routes`` from
> -both ioctls. This indicates thare are more routes in the routing table than fits
> +both ioctls. This indicates there are more routes in the routing table than fits
> the ``routes`` array. In this case, the ``routes`` array is filled by the kernel
> with the first ``len_routes`` entries of the subdevice routing table. This is
> not considered to be an error, and the ioctl call succeeds. If the applications
--
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: fix a few typo and wording issues
2026-07-28 3:07 [PATCH] Documentation: fix a few typo and wording issues 岳秉坤
2026-07-28 3:23 ` Randy Dunlap
@ 2026-07-28 7:55 ` Sakari Ailus
2026-07-28 8:16 ` 岳秉坤
1 sibling, 1 reply; 4+ messages in thread
From: Sakari Ailus @ 2026-07-28 7:55 UTC (permalink / raw)
To: 岳秉坤
Cc: mchehab, jacopo.mondi, laurent.pinchart, hverkuil+cisco,
linux-kernel, linux-media, linux-doc
Hi 岳秉坤,
On Tue, Jul 28, 2026 at 11:07:48AM +0800, 岳秉坤 wrote:
> Hi,
>
> This patch fixes a few small documentation issues in Documentation/ files.
>
> I am a newcomer to the Linux community, and I am eager to contribute
> and learn through small, helpful fixes like this one.
>
> These changes are limited to spelling and wording corrections and do not
> change behavior.
>
> Signed-off-by: 岳秉坤 <yuebingkun@kylinos.cn>
Could you split this into two, to ABI changes and those that are merged via
the media tree (under Documentation/userspace-api/media).
> ---
> 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(-)
>
--
Regards,
Sakari Ailus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: fix a few typo and wording issues
2026-07-28 7:55 ` Sakari Ailus
@ 2026-07-28 8:16 ` 岳秉坤
0 siblings, 0 replies; 4+ messages in thread
From: 岳秉坤 @ 2026-07-28 8:16 UTC (permalink / raw)
To: Sakari Ailus
Cc: mchehab, jacopo.mondi, laurent.pinchart, hverkuil+cisco, rdunlap,
linux-kernel, linux-media, linux-doc, yuebingkun
Hi Sakari,
Thanks for the feedback. I've already sent a v2 that splits the patch
(per your and Randy's feedback) -- the change merged via the media tree
is now its own patch:
[PATCH v2 3/3] Documentation: fix "thare are" typo in V4L subdev routing doc
https://lore.kernel.org/all/20260728041213.52820-4-yuebingkun@kylinos.cn/
The two Documentation/ABI/ files are split into separate patches in v2:
[PATCH v2 1/3] Documentation: fix "should be use" grammar in ABI README
[PATCH v2 2/3] Documentation: fix "readng" typo in EDAC memory-repair ABI doc
Full v2 series:
https://lore.kernel.org/all/20260728041213.52820-1-yuebingkun@kylinos.cn/
Thanks,
岳秉坤
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-28 8:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 3:07 [PATCH] Documentation: fix a few typo and wording issues 岳秉坤
2026-07-28 3:23 ` Randy Dunlap
2026-07-28 7:55 ` Sakari Ailus
2026-07-28 8:16 ` 岳秉坤
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox