diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-08 14:14:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:11:26 -0400 |
commit | 34962fb8070cb5a60b686a5ee11f81f2978836bd (patch) | |
tree | 6b3a64555086c57017ae2a94ff906e9e55fce844 /fs | |
parent | a78513c670ac5b5aa1244f93b1833c3e7d5433df (diff) |
docs: Fix more broken references
As we move stuff around, some doc references are broken. Fix some of
them via this script:
./scripts/documentation-file-ref-check --fix
Manually checked that produced results are valid.
Acked-by: Matthias Brugger <matthias.bgg@gmail.com>
Acked-by: Takashi Iwai <tiwai@suse.de>
Acked-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/Kconfig.binfmt | 2 | ||||
-rw-r--r-- | fs/binfmt_misc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index 57a27c42b5ac..56df483de619 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt | |||
@@ -168,7 +168,7 @@ config BINFMT_MISC | |||
168 | will automatically feed it to the correct interpreter. | 168 | will automatically feed it to the correct interpreter. |
169 | 169 | ||
170 | You can do other nice things, too. Read the file | 170 | You can do other nice things, too. Read the file |
171 | <file:Documentation/binfmt_misc.txt> to learn how to use this | 171 | <file:Documentation/admin-guide/binfmt-misc.rst> to learn how to use this |
172 | feature, <file:Documentation/admin-guide/java.rst> for information about how | 172 | feature, <file:Documentation/admin-guide/java.rst> for information about how |
173 | to include Java support. and <file:Documentation/admin-guide/mono.rst> for | 173 | to include Java support. and <file:Documentation/admin-guide/mono.rst> for |
174 | information about how to include Mono-based .NET support. | 174 | information about how to include Mono-based .NET support. |
diff --git a/fs/binfmt_misc.c b/fs/binfmt_misc.c index 4de191563261..4b5fff31ef27 100644 --- a/fs/binfmt_misc.c +++ b/fs/binfmt_misc.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Copyright (C) 1997 Richard Günther | 4 | * Copyright (C) 1997 Richard Günther |
5 | * | 5 | * |
6 | * binfmt_misc detects binaries via a magic or filename extension and invokes | 6 | * binfmt_misc detects binaries via a magic or filename extension and invokes |
7 | * a specified wrapper. See Documentation/binfmt_misc.txt for more details. | 7 | * a specified wrapper. See Documentation/admin-guide/binfmt-misc.rst for more details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 10 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |