Skip to content

Commit cb1aaeb

Browse files
mchehabJonathan Corbet
authored andcommitted
docs: fix broken documentation links
Mostly due to x86 and acpi conversion, several documentation links are still pointing to the old file. Fix them. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Reviewed-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Sven Van Asbroeck <TheSven73@gmail.com> Reviewed-by: Bhupesh Sharma <bhsharma@redhat.com> Acked-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 1eecbcd commit cb1aaeb

44 files changed

Lines changed: 70 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/acpi/dsd/leds.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ where
9696
<URL:http://www.uefi.org/sites/default/files/resources/_DSD-hierarchical-data-extension-UUID-v1.1.pdf>,
9797
referenced 2019-02-21.
9898

99-
[7] Documentation/acpi/dsd/data-node-reference.txt
99+
[7] Documentation/firmware-guide/acpi/dsd/data-node-references.rst

Documentation/admin-guide/kernel-parameters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ parameter is applicable::
167167
X86-32 X86-32, aka i386 architecture is enabled.
168168
X86-64 X86-64 architecture is enabled.
169169
More X86-64 boot options can be found in
170-
Documentation/x86/x86_64/boot-options.txt .
170+
Documentation/x86/x86_64/boot-options.rst.
171171
X86 Either 32-bit or 64-bit x86 (same as X86-32+X86-64)
172172
X86_UV SGI UV support is enabled.
173173
XEN Xen support is enabled
@@ -181,10 +181,10 @@ In addition, the following text indicates that the option::
181181
Parameters denoted with BOOT are actually interpreted by the boot
182182
loader, and have no meaning to the kernel directly.
183183
Do not modify the syntax of boot loader parameters without extreme
184-
need or coordination with <Documentation/x86/boot.txt>.
184+
need or coordination with <Documentation/x86/boot.rst>.
185185

186186
There are also arch-specific kernel-parameters not documented here.
187-
See for example <Documentation/x86/x86_64/boot-options.txt>.
187+
See for example <Documentation/x86/x86_64/boot-options.rst>.
188188

189189
Note that ALL kernel parameters listed below are CASE SENSITIVE, and that
190190
a trailing = on the name of any parameter states that that parameter will

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
ACPI_DEBUG_PRINT statements, e.g.,
5454
ACPI_DEBUG_PRINT((ACPI_DB_INFO, ...
5555
The debug_level mask defaults to "info". See
56-
Documentation/acpi/debug.txt for more information about
56+
Documentation/firmware-guide/acpi/debug.rst for more information about
5757
debug layers and levels.
5858

5959
Enable processor driver info messages:
@@ -963,7 +963,7 @@
963963
for details.
964964

965965
nompx [X86] Disables Intel Memory Protection Extensions.
966-
See Documentation/x86/intel_mpx.txt for more
966+
See Documentation/x86/intel_mpx.rst for more
967967
information about the feature.
968968

969969
nopku [X86] Disable Memory Protection Keys CPU feature found
@@ -1189,7 +1189,7 @@
11891189
that is to be dynamically loaded by Linux. If there are
11901190
multiple variables with the same name but with different
11911191
vendor GUIDs, all of them will be loaded. See
1192-
Documentation/acpi/ssdt-overlays.txt for details.
1192+
Documentation/admin-guide/acpi/ssdt-overlays.rst for details.
11931193

11941194

11951195
eisa_irq_edge= [PARISC,HW]
@@ -2383,7 +2383,7 @@
23832383

23842384
mce [X86-32] Machine Check Exception
23852385

2386-
mce=option [X86-64] See Documentation/x86/x86_64/boot-options.txt
2386+
mce=option [X86-64] See Documentation/x86/x86_64/boot-options.rst
23872387

23882388
md= [HW] RAID subsystems devices and level
23892389
See Documentation/admin-guide/md.rst.
@@ -2439,7 +2439,7 @@
24392439
set according to the
24402440
CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE kernel config
24412441
option.
2442-
See Documentation/memory-hotplug.txt.
2442+
See Documentation/admin-guide/mm/memory-hotplug.rst.
24432443

24442444
memmap=exactmap [KNL,X86] Enable setting of an exact
24452445
E820 memory map, as specified by the user.
@@ -2528,7 +2528,7 @@
25282528
mem_encrypt=on: Activate SME
25292529
mem_encrypt=off: Do not activate SME
25302530

2531-
Refer to Documentation/x86/amd-memory-encryption.txt
2531+
Refer to Documentation/virtual/kvm/amd-memory-encryption.rst
25322532
for details on when memory encryption can be activated.
25332533

25342534
mem_sleep_default= [SUSPEND] Default system suspend mode:
@@ -3529,7 +3529,7 @@
35293529
See Documentation/blockdev/paride.txt.
35303530

35313531
pirq= [SMP,APIC] Manual mp-table setup
3532-
See Documentation/x86/i386/IO-APIC.txt.
3532+
See Documentation/x86/i386/IO-APIC.rst.
35333533

35343534
plip= [PPT,NET] Parallel port network link
35353535
Format: { parport<nr> | timid | 0 }
@@ -5055,7 +5055,7 @@
50555055
Can be used multiple times for multiple devices.
50565056

50575057
vga= [BOOT,X86-32] Select a particular video mode
5058-
See Documentation/x86/boot.txt and
5058+
See Documentation/x86/boot.rst and
50595059
Documentation/svga.txt.
50605060
Use vga=ask for menu.
50615061
This is actually a boot loader parameter; the value is

Documentation/admin-guide/ras.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Architecture (MCA)\ [#f3]_.
199199
mode).
200200
201201
.. [#f3] For more details about the Machine Check Architecture (MCA),
202-
please read Documentation/x86/x86_64/machinecheck at the Kernel tree.
202+
please read Documentation/x86/x86_64/machinecheck.rst at the Kernel tree.
203203
204204
EDAC - Error Detection And Correction
205205
*************************************

Documentation/devicetree/bindings/net/fsl-enetc.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Required properties:
1616
In this case, the ENETC node should include a "mdio" sub-node
1717
that in turn should contain the "ethernet-phy" node describing the
1818
external phy. Below properties are required, their bindings
19-
already defined in ethernet.txt or phy.txt, under
20-
Documentation/devicetree/bindings/net/*.
19+
already defined in Documentation/devicetree/bindings/net/ethernet.txt or
20+
Documentation/devicetree/bindings/net/phy.txt.
2121

2222
Required:
2323

@@ -51,8 +51,7 @@ Example:
5151
connection:
5252

5353
In this case, the ENETC port node defines a fixed link connection,
54-
as specified by "fixed-link.txt", under
55-
Documentation/devicetree/bindings/net/*.
54+
as specified by Documentation/devicetree/bindings/net/fixed-link.txt.
5655

5756
Required:
5857

Documentation/devicetree/bindings/pci/amlogic,meson-pcie.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Amlogic Meson AXG DWC PCIE SoC controller
33
Amlogic Meson PCIe host controller is based on the Synopsys DesignWare PCI core.
44
It shares common functions with the PCIe DesignWare core driver and
55
inherits common properties defined in
6-
Documentation/devicetree/bindings/pci/designware-pci.txt.
6+
Documentation/devicetree/bindings/pci/designware-pcie.txt.
77

88
Additional properties are described here:
99

Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Second Level Nodes - Regulators
9797
sent for this regulator including those which are for a
9898
strictly lower power state.
9999

100-
Other properties defined in Documentation/devicetree/bindings/regulator.txt
100+
Other properties defined in Documentation/devicetree/bindings/regulator/regulator.txt
101101
may also be used. regulator-initial-mode and regulator-allowed-modes may be
102102
specified for VRM regulators using mode values from
103103
include/dt-bindings/regulator/qcom,rpmh-regulator.h. regulator-allow-bypass

Documentation/devicetree/booting-without-of.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ it with special cases.
277277
the decompressor (the real mode entry point goes to the same 32bit
278278
entry point once it switched into protected mode). That entry point
279279
supports one calling convention which is documented in
280-
Documentation/x86/boot.txt
280+
Documentation/x86/boot.rst
281281
The physical pointer to the device-tree block (defined in chapter II)
282282
is passed via setup_data which requires at least boot protocol 2.09.
283283
The type filed is defined as

Documentation/driver-api/gpio/board.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ with the help of _DSD (Device Specific Data), introduced in ACPI 5.1::
101101
}
102102

103103
For more information about the ACPI GPIO bindings see
104-
Documentation/acpi/gpio-properties.txt.
104+
Documentation/firmware-guide/acpi/gpio-properties.rst.
105105

106106
Platform Data
107107
-------------

Documentation/driver-api/gpio/consumer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ case, it will be handled by the GPIO subsystem automatically. However, if the
437437
_DSD is not present, the mappings between GpioIo()/GpioInt() resources and GPIO
438438
connection IDs need to be provided by device drivers.
439439

440-
For details refer to Documentation/acpi/gpio-properties.txt
440+
For details refer to Documentation/firmware-guide/acpi/gpio-properties.rst
441441

442442

443443
Interacting With the Legacy GPIO Subsystem

0 commit comments

Comments
 (0)