Skip to content

Commit

Permalink
media: docs: v4l2-subdev: fix typo
Browse files Browse the repository at this point in the history
Fix "Helper functions exists" -> "Helper functions exist".

Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
lucaceresoli authored and mchehab committed Sep 27, 2020
1 parent 6cab05c commit c1ebbe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-api/media/v4l2-subdev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ provides host private data for that purpose that can be accessed with
From the bridge driver perspective, you load the sub-device module and somehow
obtain the :c:type:`v4l2_subdev` pointer. For i2c devices this is easy: you call
``i2c_get_clientdata()``. For other buses something similar needs to be done.
Helper functions exists for sub-devices on an I2C bus that do most of this
Helper functions exist for sub-devices on an I2C bus that do most of this
tricky work for you.

Each :c:type:`v4l2_subdev` contains function pointers that sub-device drivers
Expand Down

0 comments on commit c1ebbe5

Please sign in to comment.