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 | |
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>
-rw-r--r-- | Documentation/ABI/obsolete/sysfs-gpio | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/tda998x.txt | 2 | ||||
-rw-r--r-- | Documentation/trace/events.rst | 2 | ||||
-rw-r--r-- | Documentation/trace/tracepoint-analysis.rst | 2 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/SubmittingDrivers | 2 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/gpio.txt | 4 | ||||
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | drivers/hid/usbhid/Kconfig | 2 | ||||
-rw-r--r-- | drivers/input/Kconfig | 4 | ||||
-rw-r--r-- | drivers/input/joystick/Kconfig | 4 | ||||
-rw-r--r-- | drivers/input/joystick/iforce/Kconfig | 4 | ||||
-rw-r--r-- | drivers/input/serio/Kconfig | 4 | ||||
-rw-r--r-- | drivers/staging/fsl-mc/bus/dpio/dpio-driver.txt | 2 | ||||
-rw-r--r-- | drivers/video/fbdev/skeletonfb.c | 8 | ||||
-rw-r--r-- | include/linux/tracepoint.h | 2 | ||||
-rw-r--r-- | security/device_cgroup.c | 2 |
16 files changed, 24 insertions, 24 deletions
diff --git a/Documentation/ABI/obsolete/sysfs-gpio b/Documentation/ABI/obsolete/sysfs-gpio index 32513dc2eec9..40d41ea1a3f5 100644 --- a/Documentation/ABI/obsolete/sysfs-gpio +++ b/Documentation/ABI/obsolete/sysfs-gpio | |||
@@ -11,7 +11,7 @@ Description: | |||
11 | Kernel code may export it for complete or partial access. | 11 | Kernel code may export it for complete or partial access. |
12 | 12 | ||
13 | GPIOs are identified as they are inside the kernel, using integers in | 13 | GPIOs are identified as they are inside the kernel, using integers in |
14 | the range 0..INT_MAX. See Documentation/gpio/gpio.txt for more information. | 14 | the range 0..INT_MAX. See Documentation/gpio for more information. |
15 | 15 | ||
16 | /sys/class/gpio | 16 | /sys/class/gpio |
17 | /export ... asks the kernel to export a GPIO to userspace | 17 | /export ... asks the kernel to export a GPIO to userspace |
diff --git a/Documentation/devicetree/bindings/display/bridge/tda998x.txt b/Documentation/devicetree/bindings/display/bridge/tda998x.txt index 1a4eaca40d94..f5a02f61dd36 100644 --- a/Documentation/devicetree/bindings/display/bridge/tda998x.txt +++ b/Documentation/devicetree/bindings/display/bridge/tda998x.txt | |||
@@ -30,7 +30,7 @@ Optional properties: | |||
30 | - nxp,calib-gpios: calibration GPIO, which must correspond with the | 30 | - nxp,calib-gpios: calibration GPIO, which must correspond with the |
31 | gpio used for the TDA998x interrupt pin. | 31 | gpio used for the TDA998x interrupt pin. |
32 | 32 | ||
33 | [1] Documentation/sound/alsa/soc/DAI.txt | 33 | [1] Documentation/sound/soc/dai.rst |
34 | [2] include/dt-bindings/display/tda998x.h | 34 | [2] include/dt-bindings/display/tda998x.h |
35 | 35 | ||
36 | Example: | 36 | Example: |
diff --git a/Documentation/trace/events.rst b/Documentation/trace/events.rst index 1afae55dc55c..696dc69b8158 100644 --- a/Documentation/trace/events.rst +++ b/Documentation/trace/events.rst | |||
@@ -8,7 +8,7 @@ Event Tracing | |||
8 | 1. Introduction | 8 | 1. Introduction |
9 | =============== | 9 | =============== |
10 | 10 | ||
11 | Tracepoints (see Documentation/trace/tracepoints.txt) can be used | 11 | Tracepoints (see Documentation/trace/tracepoints.rst) can be used |
12 | without creating custom kernel modules to register probe functions | 12 | without creating custom kernel modules to register probe functions |
13 | using the event tracing infrastructure. | 13 | using the event tracing infrastructure. |
14 | 14 | ||
diff --git a/Documentation/trace/tracepoint-analysis.rst b/Documentation/trace/tracepoint-analysis.rst index a4d3ff2e5efb..bef37abf4ad3 100644 --- a/Documentation/trace/tracepoint-analysis.rst +++ b/Documentation/trace/tracepoint-analysis.rst | |||
@@ -6,7 +6,7 @@ Notes on Analysing Behaviour Using Events and Tracepoints | |||
6 | 1. Introduction | 6 | 1. Introduction |
7 | =============== | 7 | =============== |
8 | 8 | ||
9 | Tracepoints (see Documentation/trace/tracepoints.txt) can be used without | 9 | Tracepoints (see Documentation/trace/tracepoints.rst) can be used without |
10 | creating custom kernel modules to register probe functions using the event | 10 | creating custom kernel modules to register probe functions using the event |
11 | tracing infrastructure. | 11 | tracing infrastructure. |
12 | 12 | ||
diff --git a/Documentation/translations/zh_CN/SubmittingDrivers b/Documentation/translations/zh_CN/SubmittingDrivers index 929385e4b194..15e73562f710 100644 --- a/Documentation/translations/zh_CN/SubmittingDrivers +++ b/Documentation/translations/zh_CN/SubmittingDrivers | |||
@@ -107,7 +107,7 @@ Linux 2.6: | |||
107 | 程序测试的指导,请参阅 | 107 | 程序测试的指导,请参阅 |
108 | Documentation/power/drivers-testing.txt。有关驱动程序电 | 108 | Documentation/power/drivers-testing.txt。有关驱动程序电 |
109 | 源管理问题相对全面的概述,请参阅 | 109 | 源管理问题相对全面的概述,请参阅 |
110 | Documentation/power/admin-guide/devices.rst。 | 110 | Documentation/driver-api/pm/devices.rst。 |
111 | 111 | ||
112 | 管理: 如果一个驱动程序的作者还在进行有效的维护,那么通常除了那 | 112 | 管理: 如果一个驱动程序的作者还在进行有效的维护,那么通常除了那 |
113 | 些明显正确且不需要任何检查的补丁以外,其他所有的补丁都会 | 113 | 些明显正确且不需要任何检查的补丁以外,其他所有的补丁都会 |
diff --git a/Documentation/translations/zh_CN/gpio.txt b/Documentation/translations/zh_CN/gpio.txt index 4f8bf30a41dc..4cb1ba8b8fed 100644 --- a/Documentation/translations/zh_CN/gpio.txt +++ b/Documentation/translations/zh_CN/gpio.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | Chinese translated version of Documentation/gpio.txt | 1 | Chinese translated version of Documentation/gpio |
2 | 2 | ||
3 | If you have any comment or update to the content, please contact the | 3 | If you have any comment or update to the content, please contact the |
4 | original document maintainer directly. However, if you have a problem | 4 | original document maintainer directly. However, if you have a problem |
@@ -10,7 +10,7 @@ Maintainer: Grant Likely <grant.likely@secretlab.ca> | |||
10 | Linus Walleij <linus.walleij@linaro.org> | 10 | Linus Walleij <linus.walleij@linaro.org> |
11 | Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> | 11 | Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> |
12 | --------------------------------------------------------------------- | 12 | --------------------------------------------------------------------- |
13 | Documentation/gpio.txt 的中文翻译 | 13 | Documentation/gpio 的中文翻译 |
14 | 14 | ||
15 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 | 15 | 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 |
16 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 | 16 | 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 |
diff --git a/MAINTAINERS b/MAINTAINERS index cb468a535f32..653a2c29ca43 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -13312,7 +13312,7 @@ L: alsa-devel@alsa-project.org (moderated for non-subscribers) | |||
13312 | W: http://alsa-project.org/main/index.php/ASoC | 13312 | W: http://alsa-project.org/main/index.php/ASoC |
13313 | S: Supported | 13313 | S: Supported |
13314 | F: Documentation/devicetree/bindings/sound/ | 13314 | F: Documentation/devicetree/bindings/sound/ |
13315 | F: Documentation/sound/alsa/soc/ | 13315 | F: Documentation/sound/soc/ |
13316 | F: sound/soc/ | 13316 | F: sound/soc/ |
13317 | F: include/sound/soc* | 13317 | F: include/sound/soc* |
13318 | 13318 | ||
diff --git a/drivers/hid/usbhid/Kconfig b/drivers/hid/usbhid/Kconfig index 0108c5991a04..e50d8fe4d36c 100644 --- a/drivers/hid/usbhid/Kconfig +++ b/drivers/hid/usbhid/Kconfig | |||
@@ -14,7 +14,7 @@ config USB_HID | |||
14 | 14 | ||
15 | You can't use this driver and the HIDBP (Boot Protocol) keyboard | 15 | You can't use this driver and the HIDBP (Boot Protocol) keyboard |
16 | and mouse drivers at the same time. More information is available: | 16 | and mouse drivers at the same time. More information is available: |
17 | <file:Documentation/input/input.txt>. | 17 | <file:Documentation/input/input.rst>. |
18 | 18 | ||
19 | If unsure, say Y. | 19 | If unsure, say Y. |
20 | 20 | ||
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. |
diff --git a/drivers/input/joystick/Kconfig b/drivers/input/joystick/Kconfig index 9591fc04a8ab..32ec4cee6716 100644 --- a/drivers/input/joystick/Kconfig +++ b/drivers/input/joystick/Kconfig | |||
@@ -9,7 +9,7 @@ menuconfig INPUT_JOYSTICK | |||
9 | and the list of supported devices will be displayed. This option | 9 | and the list of supported devices will be displayed. This option |
10 | doesn't affect the kernel. | 10 | doesn't affect the kernel. |
11 | 11 | ||
12 | Please read the file <file:Documentation/input/joystick.txt> which | 12 | Please read the file <file:Documentation/input/joydev/joystick.rst> which |
13 | contains more information. | 13 | contains more information. |
14 | 14 | ||
15 | if INPUT_JOYSTICK | 15 | if INPUT_JOYSTICK |
@@ -25,7 +25,7 @@ config JOYSTICK_ANALOG | |||
25 | Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or | 25 | Flightstick Pro, ThrustMaster FCS, 6 and 8 button gamepads, or |
26 | Saitek Cyborg joysticks. | 26 | Saitek Cyborg joysticks. |
27 | 27 | ||
28 | Please read the file <file:Documentation/input/joystick.txt> which | 28 | Please read the file <file:Documentation/input/joydev/joystick.rst> which |
29 | contains more information. | 29 | contains more information. |
30 | 30 | ||
31 | To compile this driver as a module, choose M here: the | 31 | To compile this driver as a module, choose M here: the |
diff --git a/drivers/input/joystick/iforce/Kconfig b/drivers/input/joystick/iforce/Kconfig index 8fde22a021b3..ab4dbcbcbf50 100644 --- a/drivers/input/joystick/iforce/Kconfig +++ b/drivers/input/joystick/iforce/Kconfig | |||
@@ -27,6 +27,6 @@ config JOYSTICK_IFORCE_232 | |||
27 | connected to your serial (COM) port. | 27 | connected to your serial (COM) port. |
28 | 28 | ||
29 | You will need an additional utility called inputattach, see | 29 | You will need an additional utility called inputattach, see |
30 | <file:Documentation/input/joystick.txt> | 30 | <file:Documentation/input/joydev/joystick.rst> |
31 | and <file:Documentation/input/ff.txt>. | 31 | and <file:Documentation/input/ff.rst>. |
32 | 32 | ||
diff --git a/drivers/input/serio/Kconfig b/drivers/input/serio/Kconfig index ca4530eb3378..d90d9f1098ff 100644 --- a/drivers/input/serio/Kconfig +++ b/drivers/input/serio/Kconfig | |||
@@ -47,7 +47,7 @@ config SERIO_SERPORT | |||
47 | Say Y here if you plan to use an input device (mouse, joystick, | 47 | Say Y here if you plan to use an input device (mouse, joystick, |
48 | tablet, 6dof) that communicates over the RS232 serial (COM) port. | 48 | tablet, 6dof) that communicates over the RS232 serial (COM) port. |
49 | 49 | ||
50 | More information is available: <file:Documentation/input/input.txt> | 50 | More information is available: <file:Documentation/input/input.rst> |
51 | 51 | ||
52 | If unsure, say Y. | 52 | If unsure, say Y. |
53 | 53 | ||
@@ -78,7 +78,7 @@ config SERIO_PARKBD | |||
78 | Say Y here if you built a simple parallel port adapter to attach | 78 | Say Y here if you built a simple parallel port adapter to attach |
79 | an additional AT keyboard, XT keyboard or PS/2 mouse. | 79 | an additional AT keyboard, XT keyboard or PS/2 mouse. |
80 | 80 | ||
81 | More information is available: <file:Documentation/input/input.txt> | 81 | More information is available: <file:Documentation/input/input.rst> |
82 | 82 | ||
83 | If unsure, say N. | 83 | If unsure, say N. |
84 | 84 | ||
diff --git a/drivers/staging/fsl-mc/bus/dpio/dpio-driver.txt b/drivers/staging/fsl-mc/bus/dpio/dpio-driver.txt index 0ba6771654f7..72ba9da3d179 100644 --- a/drivers/staging/fsl-mc/bus/dpio/dpio-driver.txt +++ b/drivers/staging/fsl-mc/bus/dpio/dpio-driver.txt | |||
@@ -11,7 +11,7 @@ pool management for network interfaces. | |||
11 | This document provides an overview the Linux DPIO driver, its | 11 | This document provides an overview the Linux DPIO driver, its |
12 | subcomponents, and its APIs. | 12 | subcomponents, and its APIs. |
13 | 13 | ||
14 | See Documentation/dpaa2/overview.txt for a general overview of DPAA2 | 14 | See Documentation/networking/dpaa2/overview.rst for a general overview of DPAA2 |
15 | and the general DPAA2 driver architecture in Linux. | 15 | and the general DPAA2 driver architecture in Linux. |
16 | 16 | ||
17 | Driver Overview | 17 | Driver Overview |
diff --git a/drivers/video/fbdev/skeletonfb.c b/drivers/video/fbdev/skeletonfb.c index 7f4e908330bf..812a36cb60c3 100644 --- a/drivers/video/fbdev/skeletonfb.c +++ b/drivers/video/fbdev/skeletonfb.c | |||
@@ -836,7 +836,7 @@ static void xxxfb_remove(struct pci_dev *dev) | |||
836 | * @dev: PCI device | 836 | * @dev: PCI device |
837 | * @msg: the suspend event code. | 837 | * @msg: the suspend event code. |
838 | * | 838 | * |
839 | * See Documentation/power/admin-guide/devices.rst for more information | 839 | * See Documentation/driver-api/pm/devices.rst for more information |
840 | */ | 840 | */ |
841 | static int xxxfb_suspend(struct pci_dev *dev, pm_message_t msg) | 841 | static int xxxfb_suspend(struct pci_dev *dev, pm_message_t msg) |
842 | { | 842 | { |
@@ -851,7 +851,7 @@ static int xxxfb_suspend(struct pci_dev *dev, pm_message_t msg) | |||
851 | * xxxfb_resume - Optional but recommended function. Resume the device. | 851 | * xxxfb_resume - Optional but recommended function. Resume the device. |
852 | * @dev: PCI device | 852 | * @dev: PCI device |
853 | * | 853 | * |
854 | * See Documentation/power/admin-guide/devices.rst for more information | 854 | * See Documentation/driver-api/pm/devices.rst for more information |
855 | */ | 855 | */ |
856 | static int xxxfb_resume(struct pci_dev *dev) | 856 | static int xxxfb_resume(struct pci_dev *dev) |
857 | { | 857 | { |
@@ -915,7 +915,7 @@ static void __exit xxxfb_exit(void) | |||
915 | * @dev: platform device | 915 | * @dev: platform device |
916 | * @msg: the suspend event code. | 916 | * @msg: the suspend event code. |
917 | * | 917 | * |
918 | * See Documentation/power/admin-guide/devices.rst for more information | 918 | * See Documentation/driver-api/pm/devices.rst for more information |
919 | */ | 919 | */ |
920 | static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) | 920 | static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) |
921 | { | 921 | { |
@@ -930,7 +930,7 @@ static int xxxfb_suspend(struct platform_device *dev, pm_message_t msg) | |||
930 | * xxxfb_resume - Optional but recommended function. Resume the device. | 930 | * xxxfb_resume - Optional but recommended function. Resume the device. |
931 | * @dev: platform device | 931 | * @dev: platform device |
932 | * | 932 | * |
933 | * See Documentation/power/admin-guide/devices.rst for more information | 933 | * See Documentation/driver-api/pm/devices.rst for more information |
934 | */ | 934 | */ |
935 | static int xxxfb_resume(struct platform_dev *dev) | 935 | static int xxxfb_resume(struct platform_dev *dev) |
936 | { | 936 | { |
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h index c94f466d57ef..19a690b559ca 100644 --- a/include/linux/tracepoint.h +++ b/include/linux/tracepoint.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * Kernel Tracepoint API. | 5 | * Kernel Tracepoint API. |
6 | * | 6 | * |
7 | * See Documentation/trace/tracepoints.txt. | 7 | * See Documentation/trace/tracepoints.rst. |
8 | * | 8 | * |
9 | * Copyright (C) 2008-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> | 9 | * Copyright (C) 2008-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> |
10 | * | 10 | * |
diff --git a/security/device_cgroup.c b/security/device_cgroup.c index c65b39bafdfe..cd97929fac66 100644 --- a/security/device_cgroup.c +++ b/security/device_cgroup.c | |||
@@ -509,7 +509,7 @@ static inline int may_allow_all(struct dev_cgroup *parent) | |||
509 | * This is one of the three key functions for hierarchy implementation. | 509 | * This is one of the three key functions for hierarchy implementation. |
510 | * This function is responsible for re-evaluating all the cgroup's active | 510 | * This function is responsible for re-evaluating all the cgroup's active |
511 | * exceptions due to a parent's exception change. | 511 | * exceptions due to a parent's exception change. |
512 | * Refer to Documentation/cgroups/devices.txt for more details. | 512 | * Refer to Documentation/cgroup-v1/devices.txt for more details. |
513 | */ | 513 | */ |
514 | static void revalidate_active_exceptions(struct dev_cgroup *devcg) | 514 | static void revalidate_active_exceptions(struct dev_cgroup *devcg) |
515 | { | 515 | { |