summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-12 13:52:48 -0400
committerJonathan Corbet <corbet@lwn.net>2019-06-14 16:21:21 -0400
commitcd238effefa28fac177e51dcf5e9d1a8b59c3c6b (patch)
tree5ed53f0cc162bd13c0a89791281d40c671a9ebcc /sound
parentd7b461c5e82fc5f5e4261f3b0228ecda58eb9f1a (diff)
docs: kbuild: convert docs to ReST and rename to *.rst
The kbuild documentation clearly shows that the documents there are written at different times: some use markdown, some use their own peculiar logic to split sections. Convert everything to ReST without affecting too much the author's style and avoiding adding uneeded markups. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'sound')
-rw-r--r--sound/oss/dmasound/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/oss/dmasound/Kconfig b/sound/oss/dmasound/Kconfig
index 12e42165b4a5..1a3339859840 100644
--- a/sound/oss/dmasound/Kconfig
+++ b/sound/oss/dmasound/Kconfig
@@ -11,7 +11,7 @@ config DMASOUND_ATARI
11 This driver is also available as a module ( = code which can be 11 This driver is also available as a module ( = code which can be
12 inserted in and removed from the running kernel whenever you 12 inserted in and removed from the running kernel whenever you
13 want). If you want to compile it as a module, say M here and read 13 want). If you want to compile it as a module, say M here and read
14 <file:Documentation/kbuild/modules.txt>. 14 <file:Documentation/kbuild/modules.rst>.
15 15
16config DMASOUND_PAULA 16config DMASOUND_PAULA
17 tristate "Amiga DMA sound support" 17 tristate "Amiga DMA sound support"
@@ -25,7 +25,7 @@ config DMASOUND_PAULA
25 This driver is also available as a module ( = code which can be 25 This driver is also available as a module ( = code which can be
26 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you
27 want). If you want to compile it as a module, say M here and read 27 want). If you want to compile it as a module, say M here and read
28 <file:Documentation/kbuild/modules.txt>. 28 <file:Documentation/kbuild/modules.rst>.
29 29
30config DMASOUND_Q40 30config DMASOUND_Q40
31 tristate "Q40 sound support" 31 tristate "Q40 sound support"
@@ -39,7 +39,7 @@ config DMASOUND_Q40
39 This driver is also available as a module ( = code which can be 39 This driver is also available as a module ( = code which can be
40 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
41 want). If you want to compile it as a module, say M here and read 41 want). If you want to compile it as a module, say M here and read
42 <file:Documentation/kbuild/modules.txt>. 42 <file:Documentation/kbuild/modules.rst>.
43 43
44config DMASOUND 44config DMASOUND
45 tristate 45 tristate