From: Mauro Carvalho Chehab Date: Wed, 9 Sep 2020 13:05:31 +0000 (+0200) Subject: media: camera-sensor.rst: fix a doc build warning X-Git-Tag: iomap-folio-5.17-old~3018^2~85 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6fcadfc727239a6c870a851bf6b54fcfb4805cb9;p=users%2Fwilly%2Flinux.git 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 --- 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::