diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-09-09 15:07:11 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 17:17:52 +0100 |
commit | c0e3bcb253907b018883e400ff0282ef82e1e069 (patch) | |
tree | 33d8f7040a754b8a34f6d1e01b803975837a0b07 /Documentation/driver-api | |
parent | f07d34d141e08d8de46ca1c5ef2cb73988d7339c (diff) | |
download | linux-c0e3bcb253907b018883e400ff0282ef82e1e069.tar.gz linux-c0e3bcb253907b018883e400ff0282ef82e1e069.tar.bz2 linux-c0e3bcb253907b018883e400ff0282ef82e1e069.zip |
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 line over there.
Link: https://lore.kernel.org/linux-media/c326774ad841b905c3b2925e5f8f509d29fb4c6f.1599656828.git.mchehab+huawei@kernel.org
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/media/camera-sensor.rst b/Documentation/driver-api/media/camera-sensor.rst index 3fc378b3b269..cd5c989769a1 100644 --- a/Documentation/driver-api/media/camera-sensor.rst +++ b/Documentation/driver-api/media/camera-sensor.rst @@ -145,6 +145,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 |