diff options
| author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-08 17:54:36 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:10:01 -0400 |
| commit | ec15872daa0ac3f5cbe7cb6f1734c493d74301ac (patch) | |
| tree | 756607de6ba42e7d6c7179cf7a525a596a79a0b9 /drivers/input/Kconfig | |
| parent | ecf38679349f8f8ad4d67c69246e7f6c33460c95 (diff) | |
docs: fix broken references with multiple hints
The script:
./scripts/documentation-file-ref-check --fix
Gives multiple hints for broken references on some files.
Manually use the one that applies for some files.
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Acked-by: James Morris <james.morris@microsoft.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/input/Kconfig')
| -rw-r--r-- | drivers/input/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index ff8037798779..c5992cd195a1 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig | |||
| @@ -16,7 +16,7 @@ config INPUT | |||
| 16 | 16 | ||
| 17 | Say N here if you have a headless (no monitor, no keyboard) system. | 17 | Say N here if you have a headless (no monitor, no keyboard) system. |
| 18 | 18 | ||
| 19 | More information is available: <file:Documentation/input/input.txt> | 19 | More information is available: <file:Documentation/input/input.rst> |
| 20 | 20 | ||
| 21 | If unsure, say Y. | 21 | If unsure, say Y. |
| 22 | 22 | ||
| @@ -144,7 +144,7 @@ config INPUT_JOYDEV | |||
| 144 | 144 | ||
| 145 | If unsure, say Y. | 145 | If unsure, say Y. |
| 146 | 146 | ||
| 147 | More information is available: <file:Documentation/input/joystick.txt> | 147 | More information is available: <file:Documentation/input/joydev/joystick.rst> |
| 148 | 148 | ||
| 149 | To compile this driver as a module, choose M here: the | 149 | To compile this driver as a module, choose M here: the |
| 150 | module will be called joydev. | 150 | module will be called joydev. |
