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>
This commit is contained in:
Mauro Carvalho Chehab 2018-06-14 12:34:32 -03:00
parent 315e6bc538
commit 44348e8ac1
8 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
Chinese translated version of Documentation/io_orderings.txt Chinese translated version of Documentation/io_ordering.txt
If you have any comment or update to the content, please contact the If you have any comment or update to the content, please contact the
original document maintainer directly. However, if you have a problem original document maintainer directly. However, if you have a problem

View File

@ -38,7 +38,7 @@
* Each device has a channels list, which runs unlocked but is never modified * Each device has a channels list, which runs unlocked but is never modified
* once the device is registered, it's just setup by the driver. * once the device is registered, it's just setup by the driver.
* *
* See Documentation/dmaengine.txt for more details * See Documentation/driver-api/dmaengine for more details
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

View File

@ -1052,7 +1052,7 @@ config SAMSUNG_LAPTOP
function keys, wireless LED, LCD backlight level. function keys, wireless LED, LCD backlight level.
It may also provide some sysfs files described in It may also provide some sysfs files described in
<file:Documentation/ABI/testing/sysfs-platform-samsung-laptop> <file:Documentation/ABI/testing/sysfs-driver-samsung-laptop>
To compile this driver as a module, choose M here: the module To compile this driver as a module, choose M here: the module
will be called samsung-laptop. will be called samsung-laptop.

View File

@ -30,7 +30,7 @@
* the recommended way for applications to use the coprocessor, and * the recommended way for applications to use the coprocessor, and
* the driver interface is not intended for general use. * the driver interface is not intended for general use.
* *
* See Documentation/sparc/oradax/oracle_dax.txt for more details. * See Documentation/sparc/oradax/oracle-dax.txt for more details.
*/ */
#include <linux/uaccess.h> #include <linux/uaccess.h>

View File

@ -389,7 +389,7 @@ Version 0.4 (2001-10-28)
(fs/nls/Config.in) (fs/nls/Config.in)
* Added Configure.help entries for CONFIG_BEFS_FS and CONFIG_DEBUG_BEFS * Added Configure.help entries for CONFIG_BEFS_FS and CONFIG_DEBUG_BEFS
(Documentation/Configure.help) (currently at fs/befs/Kconfig)
2001-08-?? 2001-08-??
========== ==========

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0 // SPDX-License-Identifier: GPL-2.0
/* /*
* Documentation/ABI/stable/orangefs-sysfs: * Documentation/ABI/stable/sysfs-fs-orangefs:
* *
* What: /sys/fs/orangefs/perf_counter_reset * What: /sys/fs/orangefs/perf_counter_reset
* Date: June 2015 * Date: June 2015

View File

@ -7,7 +7,7 @@
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation. * published by the Free Software Foundation.
* *
* For further information, see the Documentation/spi/sc18is602 file. * For further information, see the Documentation/spi/spi-sc18is602 file.
*/ */
/** /**

View File

@ -455,8 +455,9 @@ struct kobject *power_kobj;
* state - control system sleep states. * state - control system sleep states.
* *
* show() returns available sleep state labels, which may be "mem", "standby", * show() returns available sleep state labels, which may be "mem", "standby",
* "freeze" and "disk" (hibernation). See Documentation/power/states.txt for a * "freeze" and "disk" (hibernation).
* description of what they mean. * See Documentation/admin-guide/pm/sleep-states.rst for a description of
* what they mean.
* *
* store() accepts one of those strings, translates it into the proper * store() accepts one of those strings, translates it into the proper
* enumerated value, and initiates a suspend transition. * enumerated value, and initiates a suspend transition.