diff options
author | Tomi Valkeinen | 2021-02-16 07:44:55 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab | 2021-03-11 11:59:44 +0100 |
commit | 29a42595c8dc4235630d39c8b8e88ed3c594c23f (patch) | |
tree | df3704569276621c144b12719a9e1dfa1efa35bc /Documentation/driver-api/media | |
parent | 6e47269cb3f5317949efc74140df48c8c176a9ab (diff) |
media: v4l2-subdev.rst: typo fix
Fix a typo in the text.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/driver-api/media')
-rw-r--r-- | Documentation/driver-api/media/v4l2-subdev.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |