Skip to content

Commit 938d79e

Browse files
Soham-MethaPaul Walmsley
authored andcommitted
riscv: kexec_image: Fix dead link to boot-image-header.rst
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>
1 parent 5e5be09 commit 938d79e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/kernel/kexec_image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static int image_probe(const char *kernel_buf, unsigned long kernel_len)
2222
if (!h || kernel_len < sizeof(*h))
2323
return -EINVAL;
2424

25-
/* According to Documentation/riscv/boot-image-header.rst,
25+
/* According to Documentation/arch/riscv/boot-image-header.rst,
2626
* use "magic2" field to check when version >= 0.2.
2727
*/
2828

0 commit comments

Comments
 (0)