From: Tomi Valkeinen Date: Tue, 16 Feb 2021 06:44:55 +0000 (+0100) Subject: media: v4l2-subdev.rst: typo fix X-Git-Tag: io_uring-5.13-2021-05-07~39^2~436 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=29a42595c8dc4235630d39c8b8e88ed3c594c23f;p=linux-block.git media: v4l2-subdev.rst: typo fix Fix a typo in the text. Signed-off-by: Tomi Valkeinen Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst index 8b53da2f9c74..e1f05cd38897 100644 --- a/Documentation/driver-api/media/v4l2-subdev.rst +++ b/Documentation/driver-api/media/v4l2-subdev.rst @@ -252,7 +252,7 @@ contain several subdevs that use an I2C bus, but also a subdev that is controlled through GPIO pins. This distinction is only relevant when setting up the device, but once the subdev is registered it is completely transparent. -Once te subdev has been registered you can call an ops function either +Once the subdev has been registered you can call an ops function either directly: .. code-block:: c