lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 16 Jul 2020 16:40:42 +0200
From:   SeongJae Park <sjpark@...zon.com>
To:     Randy Dunlap <rdunlap@...radead.org>
CC:     LKML <linux-kernel@...r.kernel.org>,
        Ingo Molnar <mingo@...hat.com>,
        "Peter Zijlstra" <peterz@...radead.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        Linux MM <linux-mm@...ck.org>
Subject: Re: [PATCH] linux/sched/mm.h: drop duplicated words in comments

On 2020-07-15T18:30:31-07:00 Randy Dunlap <rdunlap@...radead.org> wrote:

> From: Randy Dunlap <rdunlap@...radead.org>
> 
> Drop doubled words "to" and "that".
> 
> Signed-off-by: Randy Dunlap <rdunlap@...radead.org>

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


Thanks,
SeongJae Park

> Cc: Ingo Molnar <mingo@...hat.com>
> Cc: Peter Zijlstra <peterz@...radead.org>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Cc: linux-mm@...ck.org
> ---
>  include/linux/sched/mm.h |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> --- linux-next-20200714.orig/include/linux/sched/mm.h
> +++ linux-next-20200714/include/linux/sched/mm.h
> @@ -23,7 +23,7 @@ extern struct mm_struct *mm_alloc(void);
>   * will still exist later on and mmget_not_zero() has to be used before
>   * accessing it.
>   *
> - * This is a preferred way to to pin @mm for a longer/unbounded amount
> + * This is a preferred way to pin @mm for a longer/unbounded amount
>   * of time.
>   *
>   * Use mmdrop() to release the reference acquired by mmgrab().
> @@ -234,7 +234,7 @@ static inline unsigned int memalloc_noio
>   * @flags: Flags to restore.
>   *
>   * Ends the implicit GFP_NOIO scope started by memalloc_noio_save function.
> - * Always make sure that that the given flags is the return value from the
> + * Always make sure that the given flags is the return value from the
>   * pairing memalloc_noio_save call.
>   */
>  static inline void memalloc_noio_restore(unsigned int flags)
> @@ -265,7 +265,7 @@ static inline unsigned int memalloc_nofs
>   * @flags: Flags to restore.
>   *
>   * Ends the implicit GFP_NOFS scope started by memalloc_nofs_save function.
> - * Always make sure that that the given flags is the return value from the
> + * Always make sure that the given flags is the return value from the
>   * pairing memalloc_nofs_save call.
>   */
>  static inline void memalloc_nofs_restore(unsigned int flags)
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ