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>
This commit is contained in:
@@ -20,7 +20,7 @@ menuconfig PARPORT
|
||||
drive, PLIP link (Parallel Line Internet Protocol is mainly used to
|
||||
create a mini network by connecting the parallel ports of two local
|
||||
machines) etc., then you need to say Y here; please read
|
||||
<file:Documentation/parport.txt> and
|
||||
<file:Documentation/admin-guide/parport.rst> and
|
||||
<file:drivers/parport/BUGS-parport>.
|
||||
|
||||
For extensive information about drivers for many devices attaching
|
||||
@@ -33,7 +33,7 @@ menuconfig PARPORT
|
||||
the module will be called parport.
|
||||
If you have more than one parallel port and want to specify which
|
||||
port and IRQ to be used by this driver at module load time, take a
|
||||
look at <file:Documentation/parport.txt>.
|
||||
look at <file:Documentation/admin-guide/parport.rst>.
|
||||
|
||||
If unsure, say Y.
|
||||
|
||||
@@ -71,7 +71,7 @@ config PARPORT_PC_FIFO
|
||||
As well as actually having a FIFO, or DMA capability, the kernel
|
||||
will need to know which IRQ the parallel port has. By default,
|
||||
parallel port interrupts will not be used, and so neither will the
|
||||
FIFO. See <file:Documentation/parport.txt> to find out how to
|
||||
FIFO. See <file:Documentation/admin-guide/parport.rst> to find out how to
|
||||
specify which IRQ/DMA to use.
|
||||
|
||||
config PARPORT_PC_SUPERIO
|
||||
|
Reference in New Issue
Block a user