Skip to content

Commit 44348e8

Browse files
committed
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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Jonathan Corbet <[email protected]>
1 parent 315e6bc commit 44348e8

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

Documentation/translations/zh_CN/io_ordering.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Chinese translated version of Documentation/io_orderings.txt
1+
Chinese translated version of Documentation/io_ordering.txt
22

33
If you have any comment or update to the content, please contact the
44
original document maintainer directly. However, if you have a problem

drivers/dma/dmaengine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Each device has a channels list, which runs unlocked but is never modified
3939
* once the device is registered, it's just setup by the driver.
4040
*
41-
* See Documentation/dmaengine.txt for more details
41+
* See Documentation/driver-api/dmaengine for more details
4242
*/
4343

4444
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

drivers/platform/x86/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ config SAMSUNG_LAPTOP
10521052
function keys, wireless LED, LCD backlight level.
10531053

10541054
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>
10561056

10571057
To compile this driver as a module, choose M here: the module
10581058
will be called samsung-laptop.

drivers/sbus/char/oradax.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* the recommended way for applications to use the coprocessor, and
3131
* the driver interface is not intended for general use.
3232
*
33-
* See Documentation/sparc/oradax/oracle_dax.txt for more details.
33+
* See Documentation/sparc/oradax/oracle-dax.txt for more details.
3434
*/
3535

3636
#include <linux/uaccess.h>

fs/befs/ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Version 0.4 (2001-10-28)
389389
(fs/nls/Config.in)
390390

391391
* Added Configure.help entries for CONFIG_BEFS_FS and CONFIG_DEBUG_BEFS
392-
(Documentation/Configure.help)
392+
(currently at fs/befs/Kconfig)
393393

394394
2001-08-??
395395
==========

fs/orangefs/orangefs-sysfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Documentation/ABI/stable/orangefs-sysfs:
3+
* Documentation/ABI/stable/sysfs-fs-orangefs:
44
*
55
* What: /sys/fs/orangefs/perf_counter_reset
66
* Date: June 2015

include/linux/platform_data/sc18is602.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* it under the terms of the GNU General Public License version 2 as
88
* published by the Free Software Foundation.
99
*
10-
* For further information, see the Documentation/spi/sc18is602 file.
10+
* For further information, see the Documentation/spi/spi-sc18is602 file.
1111
*/
1212

1313
/**

kernel/power/main.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,9 @@ struct kobject *power_kobj;
455455
* state - control system sleep states.
456456
*
457457
* show() returns available sleep state labels, which may be "mem", "standby",
458-
* "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a
459-
* description of what they mean.
458+
* "freeze" and "disk" (hibernation).
459+
* See Documentation/admin-guide/pm/sleep-states.rst for a description of
460+
* what they mean.
460461
*
461462
* store() accepts one of those strings, translates it into the proper
462463
* enumerated value, and initiates a suspend transition.

0 commit comments

Comments
 (0)