commit | 2f27ed756813887395e3b287fc6522c06a56e528 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Tue Sep 29 12:38:37 2020 +0200 |
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Oct 15 07:49:44 2020 +0200 |
tree | 7447653f1c71cd5dc56b2bf9cb0635435bd42cbf | |
parent | 11604da24851ca9590bdd90bf7adb182813d3780 [diff] |
docs: devices.rst: fix a C reference markup The C domain parser of Sphinx3 expects just function names for :c:func: markups: ./Documentation/driver-api/pm/devices.rst:413: WARNING: Unparseable C cross-reference: 'device_may_wakeup(dev)' Invalid C declaration: Expected end of definition. [error at 17] device_may_wakeup(dev) -----------------^ Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>