mbox series

[00/15] mm: delete duplicated words and fix typos

Message ID 20200801173822.14973-1-rdunlap@infradead.org (mailing list archive)
Headers show
Series mm: delete duplicated words and fix typos | expand

Message

Randy Dunlap Aug. 1, 2020, 5:38 p.m. UTC
Drop repeated words or change them to something more readable.
Fix other typos or grammar as found near these other corrections.


Cc: Andrew Morton <akpm@linux-foundation.org>
To: linux-mm@kvack.org

 mm/compaction.c  |    2 +-
 mm/filemap.c     |    2 +-
 mm/hmm.c         |    2 +-
 mm/hugetlb.c     |    4 ++--
 mm/memcontrol.c  |    2 +-
 mm/memory.c      |    4 ++--
 mm/migrate.c     |    2 +-
 mm/nommu.c       |    4 ++--
 mm/page_alloc.c  |    6 +++---
 mm/shmem.c       |    2 +-
 mm/slab_common.c |    2 +-
 mm/usercopy.c    |    2 +-
 mm/vmscan.c      |    4 ++--
 mm/zpool.c       |    8 ++++----
 mm/zsmalloc.c    |    2 +-
 15 files changed, 24 insertions(+), 24 deletions(-)

Comments

Zi Yan Aug. 5, 2020, 10:20 p.m. UTC | #1
On 1 Aug 2020, at 13:38, Randy Dunlap wrote:

> Drop repeated words or change them to something more readable.
> Fix other typos or grammar as found near these other corrections.
>
>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> To: linux-mm@kvack.org
>
>  mm/compaction.c  |    2 +-
>  mm/filemap.c     |    2 +-
>  mm/hmm.c         |    2 +-
>  mm/hugetlb.c     |    4 ++--
>  mm/memcontrol.c  |    2 +-
>  mm/memory.c      |    4 ++--
>  mm/migrate.c     |    2 +-
>  mm/nommu.c       |    4 ++--
>  mm/page_alloc.c  |    6 +++---
>  mm/shmem.c       |    2 +-
>  mm/slab_common.c |    2 +-
>  mm/usercopy.c    |    2 +-
>  mm/vmscan.c      |    4 ++--
>  mm/zpool.c       |    8 ++++----
>  mm/zsmalloc.c    |    2 +-
>  15 files changed, 24 insertions(+), 24 deletions(-)

The whole series looks good to me. Thanks.

Reviewed-by: Zi Yan <ziy@nvidia.com>

—
Best Regards,
Yan Zi