All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c
@ 2021-02-24  8:29 Bhaskar Chowdhury
  2021-02-24 16:24 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-02-24  8:29 UTC (permalink / raw)
  To: x86, hpa, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/compied/compiled/

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

diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
index dd694fb93916..34a1f1e19c86 100644
--- a/arch/x86/mm/init.c
+++ b/arch/x86/mm/init.c
@@ -29,7 +29,7 @@

 /*
  * We need to define the tracepoints somewhere, and tlb.c
- * is only compied when SMP=y.
+ * is only compiled when SMP=y.
  */
 #define CREATE_TRACE_POINTS
 #include <trace/events/tlb.h>
--
2.30.1


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

* Re: [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c
  2021-02-24  8:29 [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c Bhaskar Chowdhury
@ 2021-02-24 16:24 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-02-24 16:24 UTC (permalink / raw)
  To: Bhaskar Chowdhury, x86, hpa, linux-kernel

On 2/24/21 12:29 AM, Bhaskar Chowdhury wrote:
> 
> s/compied/compiled/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  arch/x86/mm/init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
> index dd694fb93916..34a1f1e19c86 100644
> --- a/arch/x86/mm/init.c
> +++ b/arch/x86/mm/init.c
> @@ -29,7 +29,7 @@
> 
>  /*
>   * We need to define the tracepoints somewhere, and tlb.c
> - * is only compied when SMP=y.
> + * is only compiled when SMP=y.
>   */
>  #define CREATE_TRACE_POINTS
>  #include <trace/events/tlb.h>
> --
> 2.30.1
> 


-- 
~Randy


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24  8:29 [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c Bhaskar Chowdhury
2021-02-24 16:24 ` 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.