]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: fix a couple of new broken references
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 31 Jul 2019 20:08:48 +0000 (17:08 -0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 31 Jul 2019 20:12:26 +0000 (14:12 -0600)
Those are due to recent changes. Most of the issues
can be automatically fixed with:

$ ./scripts/documentation-file-ref-check --fix

The only exception was the sound binding with required
manual work.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/devicetree/bindings/sound/sun8i-a33-codec.txt
MAINTAINERS
drivers/hwtracing/coresight/Kconfig
fs/jfs/Kconfig
fs/ufs/Kconfig

index 2ca3d138528ec340526704e3cb7c865c3f486b70..7ecf6bd60d27e2104a0d2327efb0aeaab2f50ccc 100644 (file)
@@ -4,7 +4,7 @@ Allwinner SUN8I audio codec
 On Sun8i-A33 SoCs, the audio is separated in different parts:
          - A DAI driver. It uses the "sun4i-i2s" driver which is
          documented here:
-         Documentation/devicetree/bindings/sound/sun4i-i2s.txt
+         Documentation/devicetree/bindings/sound/allwinner,sun4i-a10-i2s.yaml
          - An analog part of the codec which is handled as PRCM registers.
          See Documentation/devicetree/bindings/sound/sun8i-codec-analog.txt
          - An digital part of the codec which is documented in this current
index 6de82f019a52f8bc3686ea74b830fd124ada421e..f109a8bcffdacab3267c6be32d7c30d2b0b4b650 100644 (file)
@@ -8659,7 +8659,7 @@ L:        jfs-discussion@lists.sourceforge.net
 W:     http://jfs.sourceforge.net/
 T:     git git://github.com/kleikamp/linux-shaggy.git
 S:     Maintained
-F:     Documentation/filesystems/jfs.txt
+F:     Documentation/admin-guide/jfs.rst
 F:     fs/jfs/
 
 JME NETWORK DRIVER
@@ -16439,7 +16439,7 @@ F:      drivers/hid/hid-udraw-ps3.c
 UFS FILESYSTEM
 M:     Evgeniy Dushistov <dushistov@mail.ru>
 S:     Maintained
-F:     Documentation/filesystems/ufs.txt
+F:     Documentation/admin-guide/ufs.rst
 F:     fs/ufs/
 
 UHID USERSPACE HID IO DRIVER:
index 14638db4991de8e922c8cdb26979a1989ae47ec9..7a9f5fb0833081f50953d1132803e9f1c55ca732 100644 (file)
@@ -106,7 +106,7 @@ config CORESIGHT_CPU_DEBUG
          can quickly get to know program counter (PC), secure state,
          exception level, etc. Before use debugging functionality, platform
          needs to ensure the clock domain and power domain are enabled
-         properly, please refer Documentation/trace/coresight-cpu-debug.txt
+         properly, please refer Documentation/trace/coresight-cpu-debug.rst
          for detailed description and the example for usage.
 
 endif
index 22a273bd4648f5660bf481ec9a3274b10c16f980..05cb0e8e4382ee125a6982cfaefb5bc14e3854b6 100644 (file)
@@ -5,7 +5,7 @@ config JFS_FS
        select CRC32
        help
          This is a port of IBM's Journaled Filesystem .  More information is
-         available in the file <file:Documentation/filesystems/jfs.txt>.
+         available in the file <file:Documentation/admin-guide/jfs.rst>.
 
          If you do not intend to use the JFS filesystem, say N.
 
index fcb41516ea59aca43347f66dddf677c9bc94512f..6d30adb6b890fc84254d8801dfeb8cc2e5599196 100644 (file)
@@ -9,7 +9,7 @@ config UFS_FS
          this file system as well. Saying Y here will allow you to read from
          these partitions; if you also want to write to them, say Y to the
          experimental "UFS file system write support", below. Please read the
-         file <file:Documentation/filesystems/ufs.txt> for more information.
+         file <file:Documentation/admin-guide/ufs.rst> for more information.
 
           The recently released UFS2 variant (used in FreeBSD 5.x) is
           READ-ONLY supported.