diff options
author | Costa Shulyupin <[email protected]> | 2023-08-25 04:30:57 +0300 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-10-04 10:41:56 -0700 |
commit | c0d2f4ce5c9fbc3e3b219d828b77ecd4445c1ad2 (patch) | |
tree | bbf8dd0336b5c6f78716fcda8709d7bc86f145cc | |
parent | 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa (diff) |
docs: fix link s390/zfcpdump.rst
After move of Documentation/s390 to Documentation/arch/s390
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Costa Shulyupin <[email protected]>
Cc: Baoquan He <[email protected]>
Cc: Eric DeVolder <[email protected]>
Cc: Hari Bathini <[email protected]>
Cc: Sourabh Jain <[email protected]>
Cc: Heiko Carstens <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | kernel/Kconfig.kexec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/Kconfig.kexec b/kernel/Kconfig.kexec index 9bfe68fe9676..7aff28ded2f4 100644 --- a/kernel/Kconfig.kexec +++ b/kernel/Kconfig.kexec @@ -110,7 +110,7 @@ config CRASH_DUMP For more details see Documentation/admin-guide/kdump/kdump.rst For s390, this option also enables zfcpdump. - See also <file:Documentation/s390/zfcpdump.rst> + See also <file:Documentation/arch/s390/zfcpdump.rst> config CRASH_HOTPLUG bool "Update the crash elfcorehdr on system configuration changes" |