summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/edac.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-26 10:08:38 +0300
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-30 19:50:20 +0300
commitc3cfc5f484e05e25bf855126bad949078f3dc590 (patch)
treee9bd99b17c56faa93379ba587a7f2f59153e30e0 /Documentation/driver-api/edac.rst
parent181220d469fe8f8c838d2f9d08fe05529fe6f440 (diff)
downloadlinux-c3cfc5f484e05e25bf855126bad949078f3dc590.tar.xz
media: cec-core.rst: fix warnings with Sphinx 3.0+
The new C domain code on Sphinx 3 is a lot more pedantic. It only accepts real functions declared as c:function. So, declarations like this are not valid: .. c:function:: int (*adap_enable)(struct cec_adapter *adap, bool enable); Also, no blank lines are allowed after ".. c:function:", and continuation lines should be like: .. c:function: int (void foo, \ int bar); Change the logic there, in order to avoid lots of warnings when built with Sphinx 3.x. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/driver-api/edac.rst')
0 files changed, 0 insertions, 0 deletions