Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: staging: don't use literalinclude

Such directive cause troubles with PDF output.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/9a9043face7ace90e3616ba840a8e09cfc8f143f.1592203650.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
b103c607 8e2a46a4

+6 -3
+6 -3
Documentation/staging/index.rst
··· 19 19 Atomic Types 20 20 ============ 21 21 22 - .. literalinclude:: ../atomic_t.txt 22 + .. include:: ../atomic_t.txt 23 + :literal: 23 24 24 25 Atomic bitops 25 26 ============= 26 27 27 - .. literalinclude:: ../atomic_bitops.txt 28 + .. include:: ../atomic_bitops.txt 29 + :literal: 28 30 29 31 Memory Barriers 30 32 =============== 31 33 32 - .. literalinclude:: ../memory-barriers.txt 34 + .. include:: ../memory-barriers.txt 35 + :literal: