[PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h

Palmer Dabbelt palmer at dabbelt.com
Fri Jan 22 23:25:55 EST 2021


On Wed, 20 Jan 2021 17:55:13 PST (-0800), tangchunyou at 163.com wrote:
> From: tangchunyou <tangchunyou at yulong.com>
>
> "kerne" -> "kernel"
>
> Signed-off-by: WenZhang <zhangwen at yulong.com>
> ---
>  arch/riscv/kernel/image-vars.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/kernel/image-vars.h b/arch/riscv/kernel/image-vars.h
> index 8c212ef..71a76a6 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

Thanks, this is on for-next.



More information about the linux-riscv mailing list