diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/Kconfig | 10 | ||||
-rw-r--r-- | drivers/net/ethernet/faraday/ftgmac100.c | 2 | ||||
-rw-r--r-- | drivers/staging/fieldbus/Documentation/fieldbus_dev.txt | 4 | ||||
-rw-r--r-- | drivers/vhost/vhost.c | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 283ee94224c6..2438f37f2ca1 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -333,7 +333,7 @@ config ACPI_CUSTOM_DSDT_FILE | |||
333 | depends on !STANDALONE | 333 | depends on !STANDALONE |
334 | help | 334 | help |
335 | This option supports a custom DSDT by linking it into the kernel. | 335 | This option supports a custom DSDT by linking it into the kernel. |
336 | See Documentation/acpi/dsdt-override.txt | 336 | See Documentation/admin-guide/acpi/dsdt-override.rst |
337 | 337 | ||
338 | Enter the full path name to the file which includes the AmlCode | 338 | Enter the full path name to the file which includes the AmlCode |
339 | or dsdt_aml_code declaration. | 339 | or dsdt_aml_code declaration. |
@@ -355,7 +355,7 @@ config ACPI_TABLE_UPGRADE | |||
355 | This option provides functionality to upgrade arbitrary ACPI tables | 355 | This option provides functionality to upgrade arbitrary ACPI tables |
356 | via initrd. No functional change if no ACPI tables are passed via | 356 | via initrd. No functional change if no ACPI tables are passed via |
357 | initrd, therefore it's safe to say Y. | 357 | initrd, therefore it's safe to say Y. |
358 | See Documentation/acpi/initrd_table_override.txt for details | 358 | See Documentation/admin-guide/acpi/initrd_table_override.rst for details |
359 | 359 | ||
360 | config ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD | 360 | config ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD |
361 | bool "Override ACPI tables from built-in initrd" | 361 | bool "Override ACPI tables from built-in initrd" |
@@ -365,7 +365,7 @@ config ACPI_TABLE_OVERRIDE_VIA_BUILTIN_INITRD | |||
365 | This option provides functionality to override arbitrary ACPI tables | 365 | This option provides functionality to override arbitrary ACPI tables |
366 | from built-in uncompressed initrd. | 366 | from built-in uncompressed initrd. |
367 | 367 | ||
368 | See Documentation/acpi/initrd_table_override.txt for details | 368 | See Documentation/admin-guide/acpi/initrd_table_override.rst for details |
369 | 369 | ||
370 | config ACPI_DEBUG | 370 | config ACPI_DEBUG |
371 | bool "Debug Statements" | 371 | bool "Debug Statements" |
@@ -374,7 +374,7 @@ config ACPI_DEBUG | |||
374 | output and increases the kernel size by around 50K. | 374 | output and increases the kernel size by around 50K. |
375 | 375 | ||
376 | Use the acpi.debug_layer and acpi.debug_level kernel command-line | 376 | Use the acpi.debug_layer and acpi.debug_level kernel command-line |
377 | parameters documented in Documentation/acpi/debug.txt and | 377 | parameters documented in Documentation/firmware-guide/acpi/debug.rst and |
378 | Documentation/admin-guide/kernel-parameters.rst to control the type and | 378 | Documentation/admin-guide/kernel-parameters.rst to control the type and |
379 | amount of debug output. | 379 | amount of debug output. |
380 | 380 | ||
@@ -445,7 +445,7 @@ config ACPI_CUSTOM_METHOD | |||
445 | help | 445 | help |
446 | This debug facility allows ACPI AML methods to be inserted and/or | 446 | This debug facility allows ACPI AML methods to be inserted and/or |
447 | replaced without rebooting the system. For details refer to: | 447 | replaced without rebooting the system. For details refer to: |
448 | Documentation/acpi/method-customizing.txt. | 448 | Documentation/firmware-guide/acpi/method-customizing.rst. |
449 | 449 | ||
450 | NOTE: This option is security sensitive, because it allows arbitrary | 450 | NOTE: This option is security sensitive, because it allows arbitrary |
451 | kernel memory to be written to by root (uid=0) users, allowing them | 451 | kernel memory to be written to by root (uid=0) users, allowing them |
diff --git a/drivers/net/ethernet/faraday/ftgmac100.c b/drivers/net/ethernet/faraday/ftgmac100.c index b17b79e612a3..ac6280ad43a1 100644 --- a/drivers/net/ethernet/faraday/ftgmac100.c +++ b/drivers/net/ethernet/faraday/ftgmac100.c | |||
@@ -1075,7 +1075,7 @@ static int ftgmac100_mii_probe(struct ftgmac100 *priv, phy_interface_t intf) | |||
1075 | } | 1075 | } |
1076 | 1076 | ||
1077 | /* Indicate that we support PAUSE frames (see comment in | 1077 | /* Indicate that we support PAUSE frames (see comment in |
1078 | * Documentation/networking/phy.txt) | 1078 | * Documentation/networking/phy.rst) |
1079 | */ | 1079 | */ |
1080 | phy_support_asym_pause(phydev); | 1080 | phy_support_asym_pause(phydev); |
1081 | 1081 | ||
diff --git a/drivers/staging/fieldbus/Documentation/fieldbus_dev.txt b/drivers/staging/fieldbus/Documentation/fieldbus_dev.txt index 56af3f650fa3..89fb8e14676f 100644 --- a/drivers/staging/fieldbus/Documentation/fieldbus_dev.txt +++ b/drivers/staging/fieldbus/Documentation/fieldbus_dev.txt | |||
@@ -54,8 +54,8 @@ a limited few common behaviours and properties. This allows us to define | |||
54 | a simple interface consisting of a character device and a set of sysfs files: | 54 | a simple interface consisting of a character device and a set of sysfs files: |
55 | 55 | ||
56 | See: | 56 | See: |
57 | Documentation/ABI/testing/sysfs-class-fieldbus-dev | 57 | drivers/staging/fieldbus/Documentation/ABI/sysfs-class-fieldbus-dev |
58 | Documentation/ABI/testing/fieldbus-dev-cdev | 58 | drivers/staging/fieldbus/Documentation/ABI/fieldbus-dev-cdev |
59 | 59 | ||
60 | Note that this simple interface does not provide a way to modify adapter | 60 | Note that this simple interface does not provide a way to modify adapter |
61 | configuration settings. It is therefore useful only for adapters that get their | 61 | configuration settings. It is therefore useful only for adapters that get their |
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 1e3ed41ae1f3..69938dbae2d0 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/vhost.c | |||
@@ -1694,7 +1694,7 @@ EXPORT_SYMBOL_GPL(vhost_dev_ioctl); | |||
1694 | 1694 | ||
1695 | /* TODO: This is really inefficient. We need something like get_user() | 1695 | /* TODO: This is really inefficient. We need something like get_user() |
1696 | * (instruction directly accesses the data, with an exception table entry | 1696 | * (instruction directly accesses the data, with an exception table entry |
1697 | * returning -EFAULT). See Documentation/x86/exception-tables.txt. | 1697 | * returning -EFAULT). See Documentation/x86/exception-tables.rst. |
1698 | */ | 1698 | */ |
1699 | static int set_bit_to_user(int nr, void __user *addr) | 1699 | static int set_bit_to_user(int nr, void __user *addr) |
1700 | { | 1700 | { |