diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-31 17:08:48 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 14:12:26 -0600 |
commit | aa95b4a960ab53234863d4ae0d1a09ad74253104 (patch) | |
tree | ff45a016f4bcadd88db274c8e9712f45cf6b1023 /fs/ufs | |
parent | 2ef5a7f1482c21579d556f31a605a7ca32f251e7 (diff) | |
download | linux-stable-aa95b4a960ab53234863d4ae0d1a09ad74253104.tar.gz linux-stable-aa95b4a960ab53234863d4ae0d1a09ad74253104.tar.bz2 linux-stable-aa95b4a960ab53234863d4ae0d1a09ad74253104.zip |
docs: fix a couple of new broken references
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>
Diffstat (limited to 'fs/ufs')
-rw-r--r-- | fs/ufs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/Kconfig b/fs/ufs/Kconfig index fcb41516ea59..6d30adb6b890 100644 --- a/fs/ufs/Kconfig +++ b/fs/ufs/Kconfig @@ -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. |