From: tangchunyou Date: Thu, 21 Jan 2021 01:55:13 +0000 (+0800) Subject: arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h X-Git-Tag: v5.12-rc1~19^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5da9cbd2b200369fd190c81bc1253e9a17ab3e8d;p=thirdparty%2Fkernel%2Flinux.git arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h "kerne" -> "kernel" Signed-off-by: WenZhang Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/kernel/image-vars.h b/arch/riscv/kernel/image-vars.h index 8c212efb37a64..71a76a6232577 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