All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm/memory_hotplug: Fix a typo in comment "recoreded"->"recorded"
@ 2020-04-10 16:03 Ethon Paul
  2020-04-10 19:34 ` Ralph Campbell
  0 siblings, 1 reply; 2+ messages in thread
From: Ethon Paul @ 2020-04-10 16:03 UTC (permalink / raw)
  To: akpm, linux-mm, linux-kernel; +Cc: Ethon Paul

There is a typo in comment, fix it.
s/recoreded/recorded

Signed-off-by: Ethon Paul <ethp@qq.com>
---
 mm/memory_hotplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c
index 635e8e286598..d2e8f3a8088e 100644
--- a/mm/memory_hotplug.c
+++ b/mm/memory_hotplug.c
@@ -1357,7 +1357,7 @@ offline_isolated_pages_cb(unsigned long start, unsigned long nr_pages,
 }
 
 /*
- * Check all pages in range, recoreded as memory resource, are isolated.
+ * Check all pages in range, recorded as memory resource, are isolated.
  */
 static int
 check_pages_isolated_cb(unsigned long start_pfn, unsigned long nr_pages,
-- 
2.24.1 (Apple Git-126)



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

* Re: [PATCH] mm/memory_hotplug: Fix a typo in comment "recoreded"->"recorded"
  2020-04-10 16:03 [PATCH] mm/memory_hotplug: Fix a typo in comment "recoreded"->"recorded" Ethon Paul
@ 2020-04-10 19:34 ` Ralph Campbell
  0 siblings, 0 replies; 2+ messages in thread
From: Ralph Campbell @ 2020-04-10 19:34 UTC (permalink / raw)
  To: Ethon Paul, akpm, linux-mm, linux-kernel


On 4/10/20 9:03 AM, Ethon Paul wrote:
> There is a typo in comment, fix it.
> s/recoreded/recorded
> 
> Signed-off-by: Ethon Paul <ethp@qq.com>

Reviewed-by: Ralph Campbell <rcampbell@nvidia.com>

> ---
>   mm/memory_hotplug.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/mm/memory_hotplug.c b/mm/memory_hotplug.c
> index 635e8e286598..d2e8f3a8088e 100644
> --- a/mm/memory_hotplug.c
> +++ b/mm/memory_hotplug.c
> @@ -1357,7 +1357,7 @@ offline_isolated_pages_cb(unsigned long start, unsigned long nr_pages,
>   }
>   
>   /*
> - * Check all pages in range, recoreded as memory resource, are isolated.
> + * Check all pages in range, recorded as memory resource, are isolated.
>    */
>   static int
>   check_pages_isolated_cb(unsigned long start_pfn, unsigned long nr_pages,
> 

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

end of thread, other threads:[~2020-04-10 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 16:03 [PATCH] mm/memory_hotplug: Fix a typo in comment "recoreded"->"recorded" Ethon Paul
2020-04-10 19:34 ` Ralph Campbell

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.