diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-09 15:05:31 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-30 07:49:43 +0200 |
commit | 6fcadfc727239a6c870a851bf6b54fcfb4805cb9 (patch) | |
tree | 41dc40a4f78fe2db2b5653402bc8d0b5db8d23d4 /Documentation/driver-api | |
parent | c0c8db7bc95397f32fe60ff8b07c746a69fb22de (diff) |
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>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/media/camera-sensor.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/media/camera-sensor.rst b/Documentation/driver-api/media/camera-sensor.rst index bd81c2cc37f8..4d1ae12b9b4d 100644 --- a/Documentation/driver-api/media/camera-sensor.rst +++ b/Documentation/driver-api/media/camera-sensor.rst @@ -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:: |