Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Soham Metha and committed by
Paul Walmsley
938d79ec 5e5be092

+1 -1
+1 -1
arch/riscv/kernel/kexec_image.c
··· 22 22 if (!h || kernel_len < sizeof(*h)) 23 23 return -EINVAL; 24 24 25 - /* According to Documentation/riscv/boot-image-header.rst, 25 + /* According to Documentation/arch/riscv/boot-image-header.rst, 26 26 * use "magic2" field to check when version >= 0.2. 27 27 */ 28 28