Documentation: media: fix spelling errors

Fix spelling errors reported by codespell:

  thare -> there  (vidioc-subdev-g-routing.rst)
  stuct -> struct (legacy_dvb_video.rst)

No functional change.

Signed-off-by: shaikh.kamal <shaikhkamal2012@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
shaikh.kamal 2026-07-26 12:24:07 +05:30 committed by Hans Verkuil
parent e228b8b1a5
commit 81f0403d4e
2 changed files with 2 additions and 2 deletions

View File

@ -344,7 +344,7 @@ Variables
- ..
- :rspan:`5` ``stuct play``
- :rspan:`5` ``struct play``
- :rspan:`4` ``__s32 speed``

View File

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