All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h
@ 2021-01-21  1:55 ` ChunyouTang
  0 siblings, 0 replies; 4+ messages in thread
From: ChunyouTang @ 2021-01-21  1:55 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, ardb, anup, atish.patra
  Cc: linux-riscv, linux-kernel, zhangwen, tangchunyou

From: tangchunyou <tangchunyou@yulong.com>

"kerne" -> "kernel"

Signed-off-by: WenZhang <zhangwen@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
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h
@ 2021-01-21  1:55 ` ChunyouTang
  0 siblings, 0 replies; 4+ messages in thread
From: ChunyouTang @ 2021-01-21  1:55 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, ardb, anup, atish.patra
  Cc: tangchunyou, linux-riscv, zhangwen, linux-kernel

From: tangchunyou <tangchunyou@yulong.com>

"kerne" -> "kernel"

Signed-off-by: WenZhang <zhangwen@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
-- 
1.9.1


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h
  2021-01-21  1:55 ` ChunyouTang
@ 2021-01-23  4:25   ` Palmer Dabbelt
  -1 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2021-01-23  4:25 UTC (permalink / raw)
  To: tangchunyou
  Cc: Paul Walmsley, aou, ardb, anup, Atish Patra, linux-riscv,
	linux-kernel, zhangwen, tangchunyou

On Wed, 20 Jan 2021 17:55:13 PST (-0800), tangchunyou@163.com wrote:
> From: tangchunyou <tangchunyou@yulong.com>
>
> "kerne" -> "kernel"
>
> Signed-off-by: WenZhang <zhangwen@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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h
@ 2021-01-23  4:25   ` Palmer Dabbelt
  0 siblings, 0 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2021-01-23  4:25 UTC (permalink / raw)
  To: tangchunyou
  Cc: aou, anup, zhangwen, linux-kernel, Atish Patra, Paul Walmsley,
	linux-riscv, tangchunyou, ardb

On Wed, 20 Jan 2021 17:55:13 PST (-0800), tangchunyou@163.com wrote:
> From: tangchunyou <tangchunyou@yulong.com>
>
> "kerne" -> "kernel"
>
> Signed-off-by: WenZhang <zhangwen@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.

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-23  4:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  1:55 [PATCH] arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.h ChunyouTang
2021-01-21  1:55 ` ChunyouTang
2021-01-23  4:25 ` Palmer Dabbelt
2021-01-23  4:25   ` Palmer Dabbelt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.