summaryrefslogtreecommitdiff
path: root/arch/riscv
diff options
context:
space:
mode:
authortangchunyou <tangchunyou@yulong.com>2021-01-21 09:55:13 +0800
committerPalmer Dabbelt <palmerdabbelt@google.com>2021-01-22 20:16:06 -0800
commit6d43fc8f97aa47c73b6c142f56787889f5d8d5d3 (patch)
treed6952e8e4cd50bee3591b20df8f32621577096d0 /arch/riscv
parentffeae6429c014887e4199861b1e159fe5dd4d118 (diff)
downloadlinux-next-6d43fc8f97aa47c73b6c142f56787889f5d8d5d3.tar.gz
arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h
"kerne" -> "kernel" Signed-off-by: WenZhang <zhangwen@yulong.com> Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/kernel/image-vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/kernel/image-vars.h b/arch/riscv/kernel/image-vars.h
index 8c212efb37a6..71a76a623257 100644
--- a/arch/riscv/kernel/image-vars.h
+++ b/arch/riscv/kernel/image-vars.h
@@ -3,7 +3,7 @@
* Copyright (C) 2020 Western Digital Corporation or its affiliates.
* Linker script variables to be set after section resolution, as
* ld.lld does not like variables assigned before SECTIONS is processed.
- * Based on arch/arm64/kerne/image-vars.h
+ * Based on arch/arm64/kernel/image-vars.h
*/
#ifndef __RISCV_KERNEL_IMAGE_VARS_H
#define __RISCV_KERNEL_IMAGE_VARS_H