linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] csky: Fix a typo in Kconfig
@ 2021-01-05 13:41 Masanari Iida
  2021-01-05 21:33 ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2021-01-05 13:41 UTC (permalink / raw)
  To: guoren, linux-csky, linux-kernel; +Cc: Masanari Iida

This patch fixes a spelling typo in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/csky/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 7f1721101ea0..ce680f6e3b4b 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -243,7 +243,7 @@ menuconfig HAVE_TCM
 	bool "Tightly-Coupled/Sram Memory"
 	select GENERIC_ALLOCATOR
 	help
-	  The implementation are not only used by TCM (Tightly-Coupled Meory)
+	  The implementation are not only used by TCM (Tightly-Coupled Memory)
 	  but also used by sram on SOC bus. It follow existed linux tcm
 	  software interface, so that old tcm application codes could be
 	  re-used directly.
-- 
2.25.0


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

* Re: [PATCH] csky: Fix a typo in Kconfig
  2021-01-05 13:41 [PATCH] csky: Fix a typo in Kconfig Masanari Iida
@ 2021-01-05 21:33 ` Randy Dunlap
  2021-01-06 10:04   ` [PATCH/v2] csky: Fix typos " Masanari Iida
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2021-01-05 21:33 UTC (permalink / raw)
  To: Masanari Iida, guoren, linux-csky, linux-kernel

Hi,
There's a lot more to do here.  Please see below.

On 1/5/21 5:41 AM, Masanari Iida wrote:
> This patch fixes a spelling typo in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  arch/csky/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
> index 7f1721101ea0..ce680f6e3b4b 100644
> --- a/arch/csky/Kconfig
> +++ b/arch/csky/Kconfig
> @@ -243,7 +243,7 @@ menuconfig HAVE_TCM
>  	bool "Tightly-Coupled/Sram Memory"
>  	select GENERIC_ALLOCATOR
>  	help
> -	  The implementation are not only used by TCM (Tightly-Coupled Meory)
> +	  The implementation are not only used by TCM (Tightly-Coupled Memory)

	                     is not

>  	  but also used by sram on SOC bus. It follow existed linux tcm

	                   SRAM                follows the existing Linux TCM

>  	  software interface, so that old tcm application codes could be

	                                  TCM

>  	  re-used directly.
> 


-- 
~Randy


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

* [PATCH/v2] csky: Fix typos in Kconfig
  2021-01-05 21:33 ` Randy Dunlap
@ 2021-01-06 10:04   ` Masanari Iida
  2021-01-06 16:21     ` Randy Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Masanari Iida @ 2021-01-06 10:04 UTC (permalink / raw)
  To: guoren, linux-csky, linux-kernel, rdunlap; +Cc: Masanari Iida

This patch fixes some spelling typos in Kconfig.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 arch/csky/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index 7f1721101ea0..e6ddca10e3ee 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -243,9 +243,9 @@ menuconfig HAVE_TCM
 	bool "Tightly-Coupled/Sram Memory"
 	select GENERIC_ALLOCATOR
 	help
-	  The implementation are not only used by TCM (Tightly-Coupled Meory)
-	  but also used by sram on SOC bus. It follow existed linux tcm
-	  software interface, so that old tcm application codes could be
+	  The implementation is not only used by TCM (Tightly-Coupled Memory)
+	  but also used by SRAM on SOC bus. It follows the existing Linux TCM
+	  software interface, so that old TCM application codes could be
 	  re-used directly.
 
 if HAVE_TCM
-- 
2.25.0


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

* Re: [PATCH/v2] csky: Fix typos in Kconfig
  2021-01-06 10:04   ` [PATCH/v2] csky: Fix typos " Masanari Iida
@ 2021-01-06 16:21     ` Randy Dunlap
  2021-01-07 16:24       ` Guo Ren
  0 siblings, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2021-01-06 16:21 UTC (permalink / raw)
  To: Masanari Iida, guoren, linux-csky, linux-kernel

On 1/6/21 2:04 AM, Masanari Iida wrote:
> This patch fixes some spelling typos in Kconfig.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> ---
>  arch/csky/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
> index 7f1721101ea0..e6ddca10e3ee 100644
> --- a/arch/csky/Kconfig
> +++ b/arch/csky/Kconfig
> @@ -243,9 +243,9 @@ menuconfig HAVE_TCM
>  	bool "Tightly-Coupled/Sram Memory"
>  	select GENERIC_ALLOCATOR
>  	help
> -	  The implementation are not only used by TCM (Tightly-Coupled Meory)
> -	  but also used by sram on SOC bus. It follow existed linux tcm
> -	  software interface, so that old tcm application codes could be
> +	  The implementation is not only used by TCM (Tightly-Coupled Memory)
> +	  but also used by SRAM on SOC bus. It follows the existing Linux TCM
> +	  software interface, so that old TCM application codes could be
>  	  re-used directly.
>  
>  if HAVE_TCM
> 

LGTM. Thanks.
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

-- 
~Randy

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

* Re: [PATCH/v2] csky: Fix typos in Kconfig
  2021-01-06 16:21     ` Randy Dunlap
@ 2021-01-07 16:24       ` Guo Ren
  0 siblings, 0 replies; 5+ messages in thread
From: Guo Ren @ 2021-01-07 16:24 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: Masanari Iida, linux-csky, Linux Kernel Mailing List

Thx, looks good to me.


On Thu, Jan 7, 2021 at 12:23 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> On 1/6/21 2:04 AM, Masanari Iida wrote:
> > This patch fixes some spelling typos in Kconfig.
> >
> > Signed-off-by: Masanari Iida <standby24x7@gmail.com>
> > ---
> >  arch/csky/Kconfig | 6 +++---
> >  1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
> > index 7f1721101ea0..e6ddca10e3ee 100644
> > --- a/arch/csky/Kconfig
> > +++ b/arch/csky/Kconfig
> > @@ -243,9 +243,9 @@ menuconfig HAVE_TCM
> >       bool "Tightly-Coupled/Sram Memory"
> >       select GENERIC_ALLOCATOR
> >       help
> > -       The implementation are not only used by TCM (Tightly-Coupled Meory)
> > -       but also used by sram on SOC bus. It follow existed linux tcm
> > -       software interface, so that old tcm application codes could be
> > +       The implementation is not only used by TCM (Tightly-Coupled Memory)
> > +       but also used by SRAM on SOC bus. It follows the existing Linux TCM
> > +       software interface, so that old TCM application codes could be
> >         re-used directly.
> >
> >  if HAVE_TCM
> >
>
> LGTM. Thanks.
> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
>
> --
> ~Randy



--
Best Regards
 Guo Ren

ML: https://lore.kernel.org/linux-csky/

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

end of thread, other threads:[~2021-01-07 16:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05 13:41 [PATCH] csky: Fix a typo in Kconfig Masanari Iida
2021-01-05 21:33 ` Randy Dunlap
2021-01-06 10:04   ` [PATCH/v2] csky: Fix typos " Masanari Iida
2021-01-06 16:21     ` Randy Dunlap
2021-01-07 16:24       ` Guo Ren

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).