All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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 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.