mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
media: camera-sensor.rst: fix a doc build warning
Documentation/driver-api/media/camera-sensor.rst:123: WARNING: Inline literal start-string without end-string. There's a missing blank space over there. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
c0c8db7bc9
commit
6fcadfc727
@ -123,7 +123,7 @@ Control framework
|
||||
``v4l2_ctrl_handler_setup()`` function may not be used in the device's runtime
|
||||
PM ``runtime_resume`` callback, as it has no way to figure out the power state
|
||||
of the device. This is because the power state of the device is only changed
|
||||
after the power state transition has taken place. The ``s_ctrl``callback can be
|
||||
after the power state transition has taken place. The ``s_ctrl`` callback can be
|
||||
used to obtain device's power state after the power state transition:
|
||||
|
||||
.. c:function::
|
||||
|
Loading…
Reference in New Issue
Block a user