All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: arc: Fix a typo
@ 2021-03-22 12:28 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 12:28 UTC (permalink / raw)
  To: vgupta, linux-snps-arc, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/defintion/definition/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/arc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index 4392c9c189c4..e47adc97a89b 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -31,7 +31,7 @@ endif


 ifdef CONFIG_ARC_CURR_IN_REG
-# For a global register defintion, make sure it gets passed to every file
+# For a global register definition, make sure it gets passed to every file
 # We had a customer reported bug where some code built in kernel was NOT using
 # any kernel headers, and missing the r25 global register
 # Can't do unconditionally because of recursive include issues
--
2.31.0


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

* [PATCH] arch: arc: Fix a typo
@ 2021-03-22 12:28 ` Bhaskar Chowdhury
  0 siblings, 0 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22 12:28 UTC (permalink / raw)
  To: vgupta, linux-snps-arc, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/defintion/definition/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 arch/arc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arc/Makefile b/arch/arc/Makefile
index 4392c9c189c4..e47adc97a89b 100644
--- a/arch/arc/Makefile
+++ b/arch/arc/Makefile
@@ -31,7 +31,7 @@ endif


 ifdef CONFIG_ARC_CURR_IN_REG
-# For a global register defintion, make sure it gets passed to every file
+# For a global register definition, make sure it gets passed to every file
 # We had a customer reported bug where some code built in kernel was NOT using
 # any kernel headers, and missing the r25 global register
 # Can't do unconditionally because of recursive include issues
--
2.31.0


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

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

* Re: [PATCH] arch: arc: Fix a typo
  2021-03-22 12:28 ` Bhaskar Chowdhury
@ 2021-03-22 18:58   ` Randy Dunlap
  -1 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-22 18:58 UTC (permalink / raw)
  To: Bhaskar Chowdhury, vgupta, linux-snps-arc, linux-kernel

On 3/22/21 5:28 AM, Bhaskar Chowdhury wrote:
> 
> s/defintion/definition/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/arc/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arc/Makefile b/arch/arc/Makefile
> index 4392c9c189c4..e47adc97a89b 100644
> --- a/arch/arc/Makefile
> +++ b/arch/arc/Makefile
> @@ -31,7 +31,7 @@ endif
> 
> 
>  ifdef CONFIG_ARC_CURR_IN_REG
> -# For a global register defintion, make sure it gets passed to every file
> +# For a global register definition, make sure it gets passed to every file
>  # We had a customer reported bug where some code built in kernel was NOT using
>  # any kernel headers, and missing the r25 global register
>  # Can't do unconditionally because of recursive include issues
> --


-- 
~Randy


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

* Re: [PATCH] arch: arc: Fix a typo
@ 2021-03-22 18:58   ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-22 18:58 UTC (permalink / raw)
  To: Bhaskar Chowdhury, vgupta, linux-snps-arc, linux-kernel

On 3/22/21 5:28 AM, Bhaskar Chowdhury wrote:
> 
> s/defintion/definition/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  arch/arc/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arc/Makefile b/arch/arc/Makefile
> index 4392c9c189c4..e47adc97a89b 100644
> --- a/arch/arc/Makefile
> +++ b/arch/arc/Makefile
> @@ -31,7 +31,7 @@ endif
> 
> 
>  ifdef CONFIG_ARC_CURR_IN_REG
> -# For a global register defintion, make sure it gets passed to every file
> +# For a global register definition, make sure it gets passed to every file
>  # We had a customer reported bug where some code built in kernel was NOT using
>  # any kernel headers, and missing the r25 global register
>  # Can't do unconditionally because of recursive include issues
> --


-- 
~Randy


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

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

end of thread, other threads:[~2021-03-22 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 12:28 [PATCH] arch: arc: Fix a typo Bhaskar Chowdhury
2021-03-22 12:28 ` Bhaskar Chowdhury
2021-03-22 18:58 ` Randy Dunlap
2021-03-22 18:58   ` Randy Dunlap

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.