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/jfs | |
parent | 2ef5a7f1482c21579d556f31a605a7ca32f251e7 (diff) | |
download | linux-aa95b4a960ab53234863d4ae0d1a09ad74253104.tar.bz2 |
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/jfs')
-rw-r--r-- | fs/jfs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/Kconfig b/fs/jfs/Kconfig index 22a273bd4648..05cb0e8e4382 100644 --- a/fs/jfs/Kconfig +++ b/fs/jfs/Kconfig @@ -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. |