diff mbox series

mm: drop duplicated words in <linux/mm.h>

Message ID d9fae8d6-0d60-4d52-9385-3199ee98de49@infradead.org (mailing list archive)
State New, archived
Headers show
Series mm: drop duplicated words in <linux/mm.h> | expand

Commit Message

Randy Dunlap July 16, 2020, 1:29 a.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled words "to" and "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
---
 include/linux/mm.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

SeongJae Park July 16, 2020, 2:37 p.m. UTC | #1
On 2020-07-15T18:29:43-07:00 Randy Dunlap <rdunlap@infradead.org> wrote:

> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Drop the doubled words "to" and "the".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Cc: linux-mm@kvack.org

Reviewed-by: SeongJae Park <sjpark@amazon.de>


Thanks,
SeongJae Park

> ---
>  include/linux/mm.h |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200714.orig/include/linux/mm.h
> +++ linux-next-20200714/include/linux/mm.h
> @@ -491,7 +491,7 @@ static inline bool fault_flag_allow_retr
>  	{ FAULT_FLAG_INTERRUPTIBLE,	"INTERRUPTIBLE" }
>  
>  /*
> - * vm_fault is filled by the the pagefault handler and passed to the vma's
> + * vm_fault is filled by the pagefault handler and passed to the vma's
>   * ->fault function. The vma's ->fault is responsible for returning a bitmask
>   * of VM_FAULT_xxx flags that give details about how the fault was handled.
>   *
> @@ -2613,7 +2613,7 @@ extern unsigned long stack_guard_gap;
>  /* Generic expand stack which grows the stack according to GROWS{UP,DOWN} */
>  extern int expand_stack(struct vm_area_struct *vma, unsigned long address);
>  
> -/* CONFIG_STACK_GROWSUP still needs to to grow downwards at some places */
> +/* CONFIG_STACK_GROWSUP still needs to grow downwards at some places */
>  extern int expand_downwards(struct vm_area_struct *vma,
>  		unsigned long address);
>  #if VM_GROWSUP
>
diff mbox series

Patch

--- linux-next-20200714.orig/include/linux/mm.h
+++ linux-next-20200714/include/linux/mm.h
@@ -491,7 +491,7 @@  static inline bool fault_flag_allow_retr
 	{ FAULT_FLAG_INTERRUPTIBLE,	"INTERRUPTIBLE" }
 
 /*
- * vm_fault is filled by the the pagefault handler and passed to the vma's
+ * vm_fault is filled by the pagefault handler and passed to the vma's
  * ->fault function. The vma's ->fault is responsible for returning a bitmask
  * of VM_FAULT_xxx flags that give details about how the fault was handled.
  *
@@ -2613,7 +2613,7 @@  extern unsigned long stack_guard_gap;
 /* Generic expand stack which grows the stack according to GROWS{UP,DOWN} */
 extern int expand_stack(struct vm_area_struct *vma, unsigned long address);
 
-/* CONFIG_STACK_GROWSUP still needs to to grow downwards at some places */
+/* CONFIG_STACK_GROWSUP still needs to grow downwards at some places */
 extern int expand_downwards(struct vm_area_struct *vma,
 		unsigned long address);
 #if VM_GROWSUP