diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-14 11:34:32 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:10:01 -0400 |
commit | 44348e8ac145d78171c5a6f4a8bdb01b70969fc2 (patch) | |
tree | bc1f07c305b7123dfc04186cf4ef8b3f032e42e3 | |
parent | 315e6bc538ae271d55d0685dd3f937346ab2f60b (diff) |
fix a series of Documentation/ broken file name references
As files move around, their previous links break. Fix the
references for them.
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/translations/zh_CN/io_ordering.txt | 2 | ||||
-rw-r--r-- | drivers/dma/dmaengine.c | 2 | ||||
-rw-r--r-- | drivers/platform/x86/Kconfig | 2 | ||||
-rw-r--r-- | drivers/sbus/char/oradax.c | 2 | ||||
-rw-r--r-- | fs/befs/ChangeLog | 2 | ||||
-rw-r--r-- | fs/orangefs/orangefs-sysfs.c | 2 | ||||
-rw-r--r-- | include/linux/platform_data/sc18is602.h | 2 | ||||
-rw-r--r-- | kernel/power/main.c | 5 |
8 files changed, 10 insertions, 9 deletions
diff --git a/Documentation/translations/zh_CN/io_ordering.txt b/Documentation/translations/zh_CN/io_ordering.txt index e592daf4e014..1f8127bdd415 100644 --- a/Documentation/translations/zh_CN/io_ordering.txt +++ b/Documentation/translations/zh_CN/io_ordering.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | Chinese translated version of Documentation/io_orderings.txt | 1 | Chinese translated version of Documentation/io_ordering.txt |
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 |
diff --git a/drivers/dma/dmaengine.c b/drivers/dma/dmaengine.c index b451354735d3..08ba8473a284 100644 --- a/drivers/dma/dmaengine.c +++ b/drivers/dma/dmaengine.c | |||
@@ -38,7 +38,7 @@ | |||
38 | * Each device has a channels list, which runs unlocked but is never modified | 38 | * Each device has a channels list, which runs unlocked but is never modified |
39 | * once the device is registered, it's just setup by the driver. | 39 | * once the device is registered, it's just setup by the driver. |
40 | * | 40 | * |
41 | * See Documentation/dmaengine.txt for more details | 41 | * See Documentation/driver-api/dmaengine for more details |
42 | */ | 42 | */ |
43 | 43 | ||
44 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 44 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index f27cb186437d..ac4d48830415 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
@@ -1052,7 +1052,7 @@ config SAMSUNG_LAPTOP | |||
1052 | function keys, wireless LED, LCD backlight level. | 1052 | function keys, wireless LED, LCD backlight level. |
1053 | 1053 | ||
1054 | It may also provide some sysfs files described in | 1054 | It may also provide some sysfs files described in |
1055 | <file:Documentation/ABI/testing/sysfs-platform-samsung-laptop> | 1055 | <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop> |
1056 | 1056 | ||
1057 | To compile this driver as a module, choose M here: the module | 1057 | To compile this driver as a module, choose M here: the module |
1058 | will be called samsung-laptop. | 1058 | will be called samsung-laptop. |
diff --git a/drivers/sbus/char/oradax.c b/drivers/sbus/char/oradax.c index 1754f55e2fac..524f9ea62e52 100644 --- a/drivers/sbus/char/oradax.c +++ b/drivers/sbus/char/oradax.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * the recommended way for applications to use the coprocessor, and | 30 | * the recommended way for applications to use the coprocessor, and |
31 | * the driver interface is not intended for general use. | 31 | * the driver interface is not intended for general use. |
32 | * | 32 | * |
33 | * See Documentation/sparc/oradax/oracle_dax.txt for more details. | 33 | * See Documentation/sparc/oradax/oracle-dax.txt for more details. |
34 | */ | 34 | */ |
35 | 35 | ||
36 | #include <linux/uaccess.h> | 36 | #include <linux/uaccess.h> |
diff --git a/fs/befs/ChangeLog b/fs/befs/ChangeLog index 16f2dfe8c2f7..aff7eec8f327 100644 --- a/fs/befs/ChangeLog +++ b/fs/befs/ChangeLog | |||
@@ -389,7 +389,7 @@ Version 0.4 (2001-10-28) | |||
389 | (fs/nls/Config.in) | 389 | (fs/nls/Config.in) |
390 | 390 | ||
391 | * Added Configure.help entries for CONFIG_BEFS_FS and CONFIG_DEBUG_BEFS | 391 | * Added Configure.help entries for CONFIG_BEFS_FS and CONFIG_DEBUG_BEFS |
392 | (Documentation/Configure.help) | 392 | (currently at fs/befs/Kconfig) |
393 | 393 | ||
394 | 2001-08-?? | 394 | 2001-08-?? |
395 | ========== | 395 | ========== |
diff --git a/fs/orangefs/orangefs-sysfs.c b/fs/orangefs/orangefs-sysfs.c index 079a465796f3..dd28079f518c 100644 --- a/fs/orangefs/orangefs-sysfs.c +++ b/fs/orangefs/orangefs-sysfs.c | |||
@@ -1,6 +1,6 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | /* | 2 | /* |
3 | * Documentation/ABI/stable/orangefs-sysfs: | 3 | * Documentation/ABI/stable/sysfs-fs-orangefs: |
4 | * | 4 | * |
5 | * What: /sys/fs/orangefs/perf_counter_reset | 5 | * What: /sys/fs/orangefs/perf_counter_reset |
6 | * Date: June 2015 | 6 | * Date: June 2015 |
diff --git a/include/linux/platform_data/sc18is602.h b/include/linux/platform_data/sc18is602.h index 997b06634152..18602cab7799 100644 --- a/include/linux/platform_data/sc18is602.h +++ b/include/linux/platform_data/sc18is602.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
9 | * | 9 | * |
10 | * For further information, see the Documentation/spi/sc18is602 file. | 10 | * For further information, see the Documentation/spi/spi-sc18is602 file. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | /** | 13 | /** |
diff --git a/kernel/power/main.c b/kernel/power/main.c index 705c2366dafe..d9706da10930 100644 --- a/kernel/power/main.c +++ b/kernel/power/main.c | |||
@@ -455,8 +455,9 @@ struct kobject *power_kobj; | |||
455 | * state - control system sleep states. | 455 | * state - control system sleep states. |
456 | * | 456 | * |
457 | * show() returns available sleep state labels, which may be "mem", "standby", | 457 | * show() returns available sleep state labels, which may be "mem", "standby", |
458 | * "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a | 458 | * "freeze" and "disk" (hibernation). |
459 | * description of what they mean. | 459 | * See Documentation/admin-guide/pm/sleep-states.rst for a description of |
460 | * what they mean. | ||
460 | * | 461 | * |
461 | * store() accepts one of those strings, translates it into the proper | 462 | * store() accepts one of those strings, translates it into the proper |
462 | * enumerated value, and initiates a suspend transition. | 463 | * enumerated value, and initiates a suspend transition. |