public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/mm: Fixed couple of typos
@ 2021-03-18  6:47 Bhaskar Chowdhury
  2021-03-18 18:20 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-18  6:47 UTC (permalink / raw)
  To: dave.hansen, luto, peterz, tglx, mingo, bp, x86, hpa,
	linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/compied/compiled/
s/preseve/preserve/

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

diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
index dd694fb93916..0212e831d388 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>
@@ -756,7 +756,7 @@ void __init init_mem_mapping(void)

 #ifdef CONFIG_X86_64
 	if (max_pfn > max_low_pfn) {
-		/* can we preseve max_low_pfn ?*/
+		/* can we preserve max_low_pfn ?*/
 		max_low_pfn = max_pfn;
 	}
 #else
--
2.30.1


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

* Re: [PATCH] x86/mm: Fixed couple of typos
  2021-03-18  6:47 [PATCH] x86/mm: Fixed couple of typos Bhaskar Chowdhury
@ 2021-03-18 18:20 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-18 18:20 UTC (permalink / raw)
  To: Bhaskar Chowdhury, dave.hansen, luto, peterz, tglx, mingo, bp,
	x86, hpa, linux-kernel

On 3/17/21 11:47 PM, Bhaskar Chowdhury wrote:
> 
> s/compied/compiled/
> s/preseve/preserve/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  arch/x86/mm/init.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/x86/mm/init.c b/arch/x86/mm/init.c
> index dd694fb93916..0212e831d388 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>
> @@ -756,7 +756,7 @@ void __init init_mem_mapping(void)
> 
>  #ifdef CONFIG_X86_64
>  	if (max_pfn > max_low_pfn) {
> -		/* can we preseve max_low_pfn ?*/
> +		/* can we preserve max_low_pfn ?*/
>  		max_low_pfn = max_pfn;
>  	}
>  #else
> --


-- 
~Randy


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-18  6:47 [PATCH] x86/mm: Fixed couple of typos Bhaskar Chowdhury
2021-03-18 18:20 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox