]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
riscv: kexec_image: Fix dead link to boot-image-header.rst
authorSoham Metha <sohammetha01@gmail.com>
Wed, 3 Dec 2025 19:43:52 +0000 (01:13 +0530)
committerPaul Walmsley <pjw@kernel.org>
Tue, 6 Jan 2026 00:54:11 +0000 (17:54 -0700)
Fix the reference to 'boot-image-header.rst', which was moved to
'Documentation/arch/riscv/' in commit 'ed843ae947f8'
("docs: move riscv under arch").

Signed-off-by: Soham Metha <sohammetha01@gmail.com>
Link: https://patch.msgid.link/20251203194355.63265-1-sohammetha01@gmail.com
Signed-off-by: Paul Walmsley <pjw@kernel.org>
arch/riscv/kernel/kexec_image.c

index 8f2eb900910b1434045ff68b123457afe36bf309..51dc89259f169738d67d5f21f7f28e26e7e3a7fc 100644 (file)
@@ -22,7 +22,7 @@ static int image_probe(const char *kernel_buf, unsigned long kernel_len)
        if (!h || kernel_len < sizeof(*h))
                return -EINVAL;
 
-       /* According to Documentation/riscv/boot-image-header.rst,
+       /* According to Documentation/arch/riscv/boot-image-header.rst,
         * use "magic2" field to check when version >= 0.2.
         */