linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] media: camera-sensor.rst: fix a doc build warning
@ 2020-09-09 13:07 Mauro Carvalho Chehab
  2020-09-09 13:16 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-09 13:07 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab

	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(+)

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
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] media: camera-sensor.rst: fix a doc build warning
  2020-09-09 13:07 [PATCH] media: camera-sensor.rst: fix a doc build warning Mauro Carvalho Chehab
@ 2020-09-09 13:16 ` Mauro Carvalho Chehab
  0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-09 13:16 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: linuxarm, mauro.chehab

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-09 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-09 13:07 [PATCH] media: camera-sensor.rst: fix a doc build warning Mauro Carvalho Chehab
2020-09-09 13:16 ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).