lkml.org 
[lkml]   [2020]   [May]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 13/14] docs: staging: don't use literalinclude
Date
Such directive cause troubles with PDF output.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
---
Documentation/staging/index.rst | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Documentation/staging/index.rst b/Documentation/staging/index.rst
index 8e98517675ca..8cc9d94b0a13 100644
--- a/Documentation/staging/index.rst
+++ b/Documentation/staging/index.rst
@@ -19,14 +19,17 @@ Unsorted Documentation
Atomic Types
============

-.. literalinclude:: ../atomic_t.txt
+.. include:: ../atomic_t.txt
+ :literal:

Atomic bitops
=============

-.. literalinclude:: ../atomic_bitops.txt
+.. include:: ../atomic_bitops.txt
+ :literal:

Memory Barriers
===============

-.. literalinclude:: ../memory-barriers.txt
+.. include:: ../memory-barriers.txt
+ :literal:
--
2.25.4
\
 
 \ /
  Last update: 2020-05-01 17:38    [W:0.031 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site