linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
@ 2021-03-29  3:13 Kefeng Wang
  2021-04-02  6:06 ` Kefeng Wang
  2021-04-11 21:42 ` Palmer Dabbelt
  0 siblings, 2 replies; 3+ messages in thread
From: Kefeng Wang @ 2021-03-29  3:13 UTC (permalink / raw)
  To: Palmer Dabbelt
  Cc: linux-riscv, Paul Walmsley, atish.patra, palmerdabbelt, Kefeng Wang

There is a spelling mistake when SPARSEMEM Kconfig copy.

Fixes: a5406a7ff56e ("riscv: Correct SPARSEMEM configuration")
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 arch/riscv/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 87d7b52f278f..7541e44cbb22 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -153,7 +153,7 @@ config ARCH_FLATMEM_ENABLE
 config ARCH_SPARSEMEM_ENABLE
 	def_bool y
 	depends on MMU
-	select SPARSEMEM_STATIC if 32BIT && SPARSMEM
+	select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
 	select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
 
 config ARCH_SELECT_MEMORY_MODEL
-- 
2.26.2


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

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

* Re: [PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
  2021-03-29  3:13 [PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" Kefeng Wang
@ 2021-04-02  6:06 ` Kefeng Wang
  2021-04-11 21:42 ` Palmer Dabbelt
  1 sibling, 0 replies; 3+ messages in thread
From: Kefeng Wang @ 2021-04-02  6:06 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: linux-riscv, Paul Walmsley, atish.patra, palmerdabbelt

hi Palmer, maybe this one is missed ; )

On 2021/3/29 11:13, Kefeng Wang wrote:
> There is a spelling mistake when SPARSEMEM Kconfig copy.
>
> Fixes: a5406a7ff56e ("riscv: Correct SPARSEMEM configuration")
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
>   arch/riscv/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
> index 87d7b52f278f..7541e44cbb22 100644
> --- a/arch/riscv/Kconfig
> +++ b/arch/riscv/Kconfig
> @@ -153,7 +153,7 @@ config ARCH_FLATMEM_ENABLE
>   config ARCH_SPARSEMEM_ENABLE
>   	def_bool y
>   	depends on MMU
> -	select SPARSEMEM_STATIC if 32BIT && SPARSMEM
> +	select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
>   	select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
>   
>   config ARCH_SELECT_MEMORY_MODEL

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

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

* Re: [PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"
  2021-03-29  3:13 [PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" Kefeng Wang
  2021-04-02  6:06 ` Kefeng Wang
@ 2021-04-11 21:42 ` Palmer Dabbelt
  1 sibling, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2021-04-11 21:42 UTC (permalink / raw)
  To: wangkefeng.wang; +Cc: linux-riscv, Paul Walmsley, Atish Patra, wangkefeng.wang

On Sun, 28 Mar 2021 20:13:07 PDT (-0700), wangkefeng.wang@huawei.com wrote:
> There is a spelling mistake when SPARSEMEM Kconfig copy.
>
> Fixes: a5406a7ff56e ("riscv: Correct SPARSEMEM configuration")
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
> ---
>  arch/riscv/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
> index 87d7b52f278f..7541e44cbb22 100644
> --- a/arch/riscv/Kconfig
> +++ b/arch/riscv/Kconfig
> @@ -153,7 +153,7 @@ config ARCH_FLATMEM_ENABLE
>  config ARCH_SPARSEMEM_ENABLE
>  	def_bool y
>  	depends on MMU
> -	select SPARSEMEM_STATIC if 32BIT && SPARSMEM
> +	select SPARSEMEM_STATIC if 32BIT && SPARSEMEM
>  	select SPARSEMEM_VMEMMAP_ENABLE if 64BIT
>
>  config ARCH_SELECT_MEMORY_MODEL

Thanks, this is on fixes.

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

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

end of thread, other threads:[~2021-04-11 21:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  3:13 [PATCH] riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM" Kefeng Wang
2021-04-02  6:06 ` Kefeng Wang
2021-04-11 21:42 ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).