diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-08 14:14:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:10:01 -0400 |
commit | 5fb94e9ca333f0fe1d96de06704a79942b3832c3 (patch) | |
tree | c7577c1ee04f2301299a10b42e32b3a6063fe6a6 /drivers/parport | |
parent | ec15872daa0ac3f5cbe7cb6f1734c493d74301ac (diff) |
docs: Fix some broken references
As we move stuff around, some doc references are broken. Fix some of
them via this script:
./scripts/documentation-file-ref-check --fix
Manually checked if the produced result is valid, removing a few
false-positives.
Acked-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Reviewed-by: Coly Li <colyli@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/parport')
-rw-r--r-- | drivers/parport/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/parport/Kconfig b/drivers/parport/Kconfig index 44333bd8f908..a97f4eada60b 100644 --- a/drivers/parport/Kconfig +++ b/drivers/parport/Kconfig | |||
@@ -20,7 +20,7 @@ menuconfig PARPORT | |||
20 | drive, PLIP link (Parallel Line Internet Protocol is mainly used to | 20 | drive, PLIP link (Parallel Line Internet Protocol is mainly used to |
21 | create a mini network by connecting the parallel ports of two local | 21 | create a mini network by connecting the parallel ports of two local |
22 | machines) etc., then you need to say Y here; please read | 22 | machines) etc., then you need to say Y here; please read |
23 | <file:Documentation/parport.txt> and | 23 | <file:Documentation/admin-guide/parport.rst> and |
24 | <file:drivers/parport/BUGS-parport>. | 24 | <file:drivers/parport/BUGS-parport>. |
25 | 25 | ||
26 | For extensive information about drivers for many devices attaching | 26 | For extensive information about drivers for many devices attaching |
@@ -33,7 +33,7 @@ menuconfig PARPORT | |||
33 | the module will be called parport. | 33 | the module will be called parport. |
34 | If you have more than one parallel port and want to specify which | 34 | If you have more than one parallel port and want to specify which |
35 | port and IRQ to be used by this driver at module load time, take a | 35 | port and IRQ to be used by this driver at module load time, take a |
36 | look at <file:Documentation/parport.txt>. | 36 | look at <file:Documentation/admin-guide/parport.rst>. |
37 | 37 | ||
38 | If unsure, say Y. | 38 | If unsure, say Y. |
39 | 39 | ||
@@ -71,7 +71,7 @@ config PARPORT_PC_FIFO | |||
71 | As well as actually having a FIFO, or DMA capability, the kernel | 71 | As well as actually having a FIFO, or DMA capability, the kernel |
72 | will need to know which IRQ the parallel port has. By default, | 72 | will need to know which IRQ the parallel port has. By default, |
73 | parallel port interrupts will not be used, and so neither will the | 73 | parallel port interrupts will not be used, and so neither will the |
74 | FIFO. See <file:Documentation/parport.txt> to find out how to | 74 | FIFO. See <file:Documentation/admin-guide/parport.rst> to find out how to |
75 | specify which IRQ/DMA to use. | 75 | specify which IRQ/DMA to use. |
76 | 76 | ||
77 | config PARPORT_PC_SUPERIO | 77 | config PARPORT_PC_SUPERIO |