Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: fix some broken references

There are a number of documentation files that got moved or
renamed. update their references.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Shannon Nelson <snelson@pensando.io>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Paul Walmsley <paul.walmsley@sifive.com> # RISC-V
Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
0ac624f4 7f70ae56

+11 -11
+1 -1
Documentation/devicetree/bindings/cpu/cpu-topology.txt
··· 549 549 [2] Devicetree NUMA binding description 550 550 Documentation/devicetree/bindings/numa.txt 551 551 [3] RISC-V Linux kernel documentation 552 - Documentation/devicetree/bindings/riscv/cpus.txt 552 + Documentation/devicetree/bindings/riscv/cpus.yaml 553 553 [4] https://www.devicetree.org/specifications/
+1 -1
Documentation/devicetree/bindings/timer/ingenic,tcu.txt
··· 2 2 ========================================================== 3 3 4 4 For a description of the TCU hardware and drivers, have a look at 5 - Documentation/mips/ingenic-tcu.txt. 5 + Documentation/mips/ingenic-tcu.rst. 6 6 7 7 Required properties: 8 8
+1 -1
Documentation/driver-api/gpio/driver.rst
··· 493 493 gpiochip. It will pass the struct gpio_chip* for the chip to all IRQ 494 494 callbacks, so the callbacks need to embed the gpio_chip in its state 495 495 container and obtain a pointer to the container using container_of(). 496 - (See Documentation/driver-model/design-patterns.txt) 496 + (See Documentation/driver-api/driver-model/design-patterns.rst) 497 497 498 498 - gpiochip_irqchip_add_nested(): adds a nested cascaded irqchip to a gpiochip, 499 499 as discussed above regarding different types of cascaded irqchips. The
+1 -1
Documentation/hwmon/inspur-ipsps1.rst
··· 17 17 ----------- 18 18 19 19 This driver does not auto-detect devices. You will have to instantiate the 20 - devices explicitly. Please see Documentation/i2c/instantiating-devices for 20 + devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for 21 21 details. 22 22 23 23 Sysfs entries
+1 -1
Documentation/mips/ingenic-tcu.rst
··· 68 68 drivers access their registers through the same regmap. 69 69 70 70 For more information regarding the devicetree bindings of the TCU drivers, 71 - have a look at Documentation/devicetree/bindings/mfd/ingenic,tcu.txt. 71 + have a look at Documentation/devicetree/bindings/timer/ingenic,tcu.txt.
+1 -1
Documentation/networking/device_drivers/mellanox/mlx5.rst
··· 258 258 ================ 259 259 260 260 mlx5 driver provides internal trace points for tracking and debugging using 261 - kernel tracepoints interfaces (refer to Documentation/trace/ftrase.rst). 261 + kernel tracepoints interfaces (refer to Documentation/trace/ftrace.rst). 262 262 263 263 For the list of support mlx5 events check /sys/kernel/debug/tracing/events/mlx5/ 264 264
+1 -1
MAINTAINERS
··· 3683 3683 R: Pengutronix Kernel Team <kernel@pengutronix.de> 3684 3684 L: linux-can@vger.kernel.org 3685 3685 S: Maintained 3686 - F: Documentation/networking/j1939.txt 3686 + F: Documentation/networking/j1939.rst 3687 3687 F: net/can/j1939/ 3688 3688 F: include/uapi/linux/can/j1939.h 3689 3689
+1 -1
drivers/net/ethernet/faraday/ftgmac100.c
··· 1835 1835 } 1836 1836 1837 1837 /* Indicate that we support PAUSE frames (see comment in 1838 - * Documentation/networking/phy.txt) 1838 + * Documentation/networking/phy.rst) 1839 1839 */ 1840 1840 phy_support_asym_pause(phy); 1841 1841
+2 -2
drivers/net/ethernet/pensando/ionic/ionic_if.h
··· 596 596 * the @encap is set, the device will 597 597 * offload the outer header checksums using 598 598 * LCO (local checksum offload) (see 599 - * Documentation/networking/checksum- 600 - * offloads.txt for more info). 599 + * Documentation/networking/checksum-offloads.rst 600 + * for more info). 601 601 * 602 602 * IONIC_TXQ_DESC_OPCODE_CSUM_HW: 603 603 *
+1 -1
fs/cifs/cifsfs.c
··· 1529 1529 /* 1530 1530 * Consider in future setting limit!=0 maybe to min(num_of_cores - 1, 3) 1531 1531 * so that we don't launch too many worker threads but 1532 - * Documentation/workqueue.txt recommends setting it to 0 1532 + * Documentation/core-api/workqueue.rst recommends setting it to 0 1533 1533 */ 1534 1534 1535 1535 /* WQ_UNBOUND allows decrypt tasks to run on any CPU */