docs: fix some broken references
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 24 Sep 2019 13:01:28 +0000 (10:01 -0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 10 Oct 2019 17:25:39 +0000 (11:25 -0600)
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>
Documentation/devicetree/bindings/cpu/cpu-topology.txt
Documentation/devicetree/bindings/timer/ingenic,tcu.txt
Documentation/driver-api/gpio/driver.rst
Documentation/hwmon/inspur-ipsps1.rst
Documentation/mips/ingenic-tcu.rst
Documentation/networking/device_drivers/mellanox/mlx5.rst
MAINTAINERS
drivers/net/ethernet/faraday/ftgmac100.c
drivers/net/ethernet/pensando/ionic/ionic_if.h
fs/cifs/cifsfs.c

index 99918189403cabefacd1466611d9452dc7c66f96..9bd530a35d1460e04b2db66a2dc480e55bf1a99f 100644 (file)
@@ -549,5 +549,5 @@ Example 3: HiFive Unleashed (RISC-V 64 bit, 4 core system)
 [2] Devicetree NUMA binding description
     Documentation/devicetree/bindings/numa.txt
 [3] RISC-V Linux kernel documentation
-    Documentation/devicetree/bindings/riscv/cpus.txt
+    Documentation/devicetree/bindings/riscv/cpus.yaml
 [4] https://www.devicetree.org/specifications/
index 5a4b9ddd94701862ac0d1b38141eb8da1fe79f4e..7f6fe20503f5ba31da4073edd823cd5c9ad72a43 100644 (file)
@@ -2,7 +2,7 @@ Ingenic JZ47xx SoCs Timer/Counter Unit devicetree bindings
 ==========================================================
 
 For a description of the TCU hardware and drivers, have a look at
-Documentation/mips/ingenic-tcu.txt.
+Documentation/mips/ingenic-tcu.rst.
 
 Required properties:
 
index 3fdb32422f8ac11d9459f7237f9616e22b4468ea..9076cc76d5bfc825a660bc2117c2eb831ebbad33 100644 (file)
@@ -493,7 +493,7 @@ available but we try to move away from this:
   gpiochip. It will pass the struct gpio_chip* for the chip to all IRQ
   callbacks, so the callbacks need to embed the gpio_chip in its state
   container and obtain a pointer to the container using container_of().
-  (See Documentation/driver-model/design-patterns.txt)
+  (See Documentation/driver-api/driver-model/design-patterns.rst)
 
 - gpiochip_irqchip_add_nested(): adds a nested cascaded irqchip to a gpiochip,
   as discussed above regarding different types of cascaded irqchips. The
index 2b871ae3448f289d433cb932d3be641e3748f608..ed32a65c30e18677bf431a8c38e62135c52e6e6c 100644 (file)
@@ -17,7 +17,7 @@ Usage Notes
 -----------
 
 This driver does not auto-detect devices. You will have to instantiate the
-devices explicitly. Please see Documentation/i2c/instantiating-devices for
+devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
 details.
 
 Sysfs entries
index c4ef4c45aade2f62116874481785dc638473c16b..c5a646b14450c68012eb10dceab933ce04e4ee74 100644 (file)
@@ -68,4 +68,4 @@ and frameworks can be controlled from the same registers, all of these
 drivers access their registers through the same regmap.
 
 For more information regarding the devicetree bindings of the TCU drivers,
-have a look at Documentation/devicetree/bindings/mfd/ingenic,tcu.txt.
+have a look at Documentation/devicetree/bindings/timer/ingenic,tcu.txt.
index d071c6b49e1ff9d7d83bec0c6d722d644554c703..a74422058351c0165c01733339187d569efc0c7c 100644 (file)
@@ -258,7 +258,7 @@ mlx5 tracepoints
 ================
 
 mlx5 driver provides internal trace points for tracking and debugging using
-kernel tracepoints interfaces (refer to Documentation/trace/ftrase.rst).
+kernel tracepoints interfaces (refer to Documentation/trace/ftrace.rst).
 
 For the list of support mlx5 events check /sys/kernel/debug/tracing/events/mlx5/
 
index b20bc42f6a92fdf9993c8496b5d4ad629960137f..7c814177e01fb9e0e6ea1372da2432c19e63bdce 100644 (file)
@@ -3683,7 +3683,7 @@ M:        Oleksij Rempel <o.rempel@pengutronix.de>
 R:     Pengutronix Kernel Team <kernel@pengutronix.de>
 L:     linux-can@vger.kernel.org
 S:     Maintained
-F:     Documentation/networking/j1939.txt
+F:     Documentation/networking/j1939.rst
 F:     net/can/j1939/
 F:     include/uapi/linux/can/j1939.h
 
index 9b7af94a40bb028414a178c1cc7f77daa125f3e5..8abe5e90d268341ddb5b70a4aaf3512698f7445d 100644 (file)
@@ -1835,7 +1835,7 @@ static int ftgmac100_probe(struct platform_device *pdev)
                }
 
                /* Indicate that we support PAUSE frames (see comment in
-                * Documentation/networking/phy.txt)
+                * Documentation/networking/phy.rst)
                 */
                phy_support_asym_pause(phy);
 
index 5bfdda19f64d51e345032f246fddf5db74e31caf..80028f781c835d1b705c3647db236f66770c8962 100644 (file)
@@ -596,8 +596,8 @@ enum ionic_txq_desc_opcode {
  *                      the @encap is set, the device will
  *                      offload the outer header checksums using
  *                      LCO (local checksum offload) (see
- *                      Documentation/networking/checksum-
- *                      offloads.txt for more info).
+ *                      Documentation/networking/checksum-offloads.rst
+ *                      for more info).
  *
  *                   IONIC_TXQ_DESC_OPCODE_CSUM_HW:
  *
index 2e9c7f493f99ad649c659e2460d9e6ae4654cb66..811f510578cbc2609e194da9ec9ae92f1c433084 100644 (file)
@@ -1529,7 +1529,7 @@ init_cifs(void)
        /*
         * Consider in future setting limit!=0 maybe to min(num_of_cores - 1, 3)
         * so that we don't launch too many worker threads but
-        * Documentation/workqueue.txt recommends setting it to 0
+        * Documentation/core-api/workqueue.rst recommends setting it to 0
         */
 
        /* WQ_UNBOUND allows decrypt tasks to run on any CPU */