diff mbox series

media: camera-sensor.rst: fix a doc build warning

Message ID c326774ad841b905c3b2925e5f8f509d29fb4c6f.1599656828.git.mchehab+huawei@kernel.org (mailing list archive)
State New, archived
Headers show
Series media: camera-sensor.rst: fix a doc build warning | expand

Commit Message

Mauro Carvalho Chehab Sept. 9, 2020, 1:07 p.m. UTC
Documentation/driver-api/media/camera-sensor.rst:123: WARNING: Inline literal start-string without end-string.

There's a missing blank line over there.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
 Documentation/driver-api/media/camera-sensor.rst | 1 +
 1 file changed, 1 insertion(+)

Comments

Mauro Carvalho Chehab Sept. 9, 2020, 1:16 p.m. UTC | #1
Em Wed,  9 Sep 2020 15:07:11 +0200
Mauro Carvalho Chehab <mchehab+huawei@kernel.org> escreveu:

> 	Documentation/driver-api/media/camera-sensor.rst:123: WARNING: Inline literal start-string without end-string.

Please ignore this one. it is at the wrong place.

> 
> There's a missing blank line over there.
> 
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
>  Documentation/driver-api/media/camera-sensor.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/driver-api/media/camera-sensor.rst b/Documentation/driver-api/media/camera-sensor.rst
> index bd81c2cc37f8..2a8889bf5046 100644
> --- a/Documentation/driver-api/media/camera-sensor.rst
> +++ b/Documentation/driver-api/media/camera-sensor.rst
> @@ -127,6 +127,7 @@ 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::
> +
>  	int pm_runtime_get_if_in_use(struct device *dev);
>  
>  The function returns a non-zero value if it succeeded getting the power count or



Thanks,
Mauro
diff mbox series

Patch

diff --git a/Documentation/driver-api/media/camera-sensor.rst b/Documentation/driver-api/media/camera-sensor.rst
index bd81c2cc37f8..2a8889bf5046 100644
--- a/Documentation/driver-api/media/camera-sensor.rst
+++ b/Documentation/driver-api/media/camera-sensor.rst
@@ -127,6 +127,7 @@  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::
+
 	int pm_runtime_get_if_in_use(struct device *dev);
 
 The function returns a non-zero value if it succeeded getting the power count or