diff options
author | tangchunyou <tangchunyou@yulong.com> | 2021-01-21 09:55:13 +0800 |
---|---|---|
committer | Palmer Dabbelt <palmerdabbelt@google.com> | 2021-02-18 23:18:00 -0800 |
commit | 5da9cbd2b200369fd190c81bc1253e9a17ab3e8d (patch) | |
tree | 9fa4645fcbd332a456b47a1f8af1386e0827d45d /arch/riscv/kernel | |
parent | e178d670f251b6947d6be99c0014e9a57ad4f0e0 (diff) | |
download | linux-stable-5da9cbd2b200369fd190c81bc1253e9a17ab3e8d.tar.gz linux-stable-5da9cbd2b200369fd190c81bc1253e9a17ab3e8d.tar.bz2 linux-stable-5da9cbd2b200369fd190c81bc1253e9a17ab3e8d.zip |
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/kernel')
-rw-r--r-- | arch/riscv/kernel/image-vars.h | 2 |
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 |