All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mm/page_table_check: Fix typos
@ 2022-09-16  9:04 Chih-En Lin
  2022-09-19 20:00 ` Pasha Tatashin
  0 siblings, 1 reply; 2+ messages in thread
From: Chih-En Lin @ 2022-09-16  9:04 UTC (permalink / raw)
  To: Pasha Tatashin, Andrew Morton; +Cc: linux-mm, linux-kernel, Chih-En Lin

Signed-off-by: Chih-En Lin <shiyn.lin@gmail.com>
---
 mm/page_table_check.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/page_table_check.c b/mm/page_table_check.c
index e2062748791a..ecec2c7c8f44 100644
--- a/mm/page_table_check.c
+++ b/mm/page_table_check.c
@@ -53,7 +53,7 @@ static struct page_table_check *get_page_table_check(struct page_ext *page_ext)
 }
 
 /*
- * An enty is removed from the page table, decrement the counters for that page
+ * An entry is removed from the page table, decrement the counters for that page
  * verify that it is of correct type and counters do not become negative.
  */
 static void page_table_check_clear(struct mm_struct *mm, unsigned long addr,
@@ -86,7 +86,7 @@ static void page_table_check_clear(struct mm_struct *mm, unsigned long addr,
 }
 
 /*
- * A new enty is added to the page table, increment the counters for that page
+ * A new entry is added to the page table, increment the counters for that page
  * verify that it is of correct type and is not being mapped with a different
  * type to a different process.
  */
-- 
2.37.1


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

* Re: [PATCH] mm/page_table_check: Fix typos
  2022-09-16  9:04 [PATCH] mm/page_table_check: Fix typos Chih-En Lin
@ 2022-09-19 20:00 ` Pasha Tatashin
  0 siblings, 0 replies; 2+ messages in thread
From: Pasha Tatashin @ 2022-09-19 20:00 UTC (permalink / raw)
  To: Chih-En Lin; +Cc: Andrew Morton, linux-mm, LKML

On Fri, Sep 16, 2022 at 5:02 AM Chih-En Lin <shiyn.lin@gmail.com> wrote:
>
> Signed-off-by: Chih-En Lin <shiyn.lin@gmail.com>

Acked-by: Pasha Tatashin <pasha.tatashin@soleen.com>

Thank you,
Pasha

> ---
>  mm/page_table_check.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mm/page_table_check.c b/mm/page_table_check.c
> index e2062748791a..ecec2c7c8f44 100644
> --- a/mm/page_table_check.c
> +++ b/mm/page_table_check.c
> @@ -53,7 +53,7 @@ static struct page_table_check *get_page_table_check(struct page_ext *page_ext)
>  }
>
>  /*
> - * An enty is removed from the page table, decrement the counters for that page
> + * An entry is removed from the page table, decrement the counters for that page
>   * verify that it is of correct type and counters do not become negative.
>   */
>  static void page_table_check_clear(struct mm_struct *mm, unsigned long addr,
> @@ -86,7 +86,7 @@ static void page_table_check_clear(struct mm_struct *mm, unsigned long addr,
>  }
>
>  /*
> - * A new enty is added to the page table, increment the counters for that page
> + * A new entry is added to the page table, increment the counters for that page
>   * verify that it is of correct type and is not being mapped with a different
>   * type to a different process.
>   */
> --
> 2.37.1
>

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

end of thread, other threads:[~2022-09-19 20:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16  9:04 [PATCH] mm/page_table_check: Fix typos Chih-En Lin
2022-09-19 20:00 ` Pasha Tatashin

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.