[PATCH v3] Documentation: media: fix spelling errors
Shaikh Kamaluddin <[email protected]> Thu, 30 Jul 2026 19:51:26 +0530
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Fix two spelling errors reported by codespell: a misspelling of "there" in vidioc-subdev-g-routing.rst and a misspelling of "struct" in legacy_dvb_video.rst. No functional change. Signed-off-by: Shaikh Kamaluddin <[email protected]> --- v3: regenerate from a clean branch to drop the unrelated prerequisite-patch-id lines (Sakari) v2: - use Documentation: subject prefix (Sakari) - use full name in From/Signed-off-by (Sakari) - reword commit message for the media CI spell check Documentation/userspace-api/media/dvb/legacy_dvb_video.rst | 2 +- .../userspace-api/media/v4l/vidioc-subdev-g-routing.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/userspace-api/media/dvb/legacy_dvb_video.rst b/Documentation/userspace-api/media/dvb/legacy_dvb_video.rst index b9fd5cadae24..71d044605315 100644 --- a/Documentation/userspace-api/media/dvb/legacy_dvb_video.rst +++ b/Documentation/userspace-api/media/dvb/legacy_dvb_video.rst @@ -344,7 +344,7 @@ Variables - .. - - :rspan:`5` ``stuct play`` + - :rspan:`5` ``struct play`` - :rspan:`4` ``__s32 speed`` 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 6f66ca38589e..164cf0ad3593 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 base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f -- 2.43.0