]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
docs: Get rid of some kernel-documentation warnings
authorJonathan Corbet <corbet@lwn.net>
Mon, 18 Jul 2016 01:24:02 +0000 (19:24 -0600)
committerJonathan Corbet <corbet@lwn.net>
Mon, 18 Jul 2016 01:24:02 +0000 (19:24 -0600)
commitfd7db68b9363a80d3c6f3b55e05ec56211ea6254
treef800dea31f534f3e004b79a02dad29d43bb006d2
parent547218864afb2745d9d137f005f3380ef96b26ab
docs: Get rid of some kernel-documentation warnings

Sphinx wants to interpret all literal blocks as being in the chosen
language and complains when an attempt to parse a block fails.
kernel-documentation.rst has a few blocks that are not in C; make that
explicit to shut down the associated warnings.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/kernel-documentation.rst