2021-02-24 08:42:06

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c


s/compied/compiled/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
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


2021-02-25 01:04:36

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] arch: x86: mm: Fix compied to compiled in the file init.c

On 2/24/21 12:29 AM, Bhaskar Chowdhury wrote:
>
> s/compied/compiled/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Acked-by: Randy Dunlap <[email protected]>

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