aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/kexec_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/kernel/kexec_image.c')
-rw-r--r--arch/riscv/kernel/kexec_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/kernel/kexec_image.c b/arch/riscv/kernel/kexec_image.c
index 8f2eb900910b..51dc89259f16 100644
--- a/arch/riscv/kernel/kexec_image.c
+++ b/arch/riscv/kernel/kexec_image.c
@@ -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.
*/