All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhen Lei <thunder.leizhen@huawei.com>
To: "Jérôme Glisse" <jglisse@redhat.com>,
	"Mike Kravetz" <mike.kravetz@oracle.com>,
	"Dennis Zhou" <dennis@kernel.org>, "Tejun Heo" <tj@kernel.org>,
	"Christoph Lameter" <cl@linux.com>,
	"Andrew Morton" <akpm@linux-foundation.org>,
	linux-mm <linux-mm@kvack.org>
Cc: Zhen Lei <thunder.leizhen@huawei.com>
Subject: [PATCH 0/1] mm: fix spelling mistakes in header files
Date: Mon, 31 May 2021 11:48:48 +0800	[thread overview]
Message-ID: <20210531034849.9549-1-thunder.leizhen@huawei.com> (raw)

include/linux/list_lru.h	--> mm/list_lru.c
include/linux/compaction.h	--> mm/compaction.c
include/linux/percpu-defs.h	==> mm/percpu.c
include/linux/hmm.h		--> mm/hmm.c
include/linux/mmu_notifier.h	--> mm/mmu_notifier.c
include/linux/vmalloc.h:32	--> mm/vmalloc.c
include/linux/hugetlb.h		--> mm/hugetlb.c
include/linux/shrinker.h	--> Although "fs.h" and "drivers/md/" also include it, mm uses it more.


Zhen Lei (1):
  mm: fix spelling mistakes in header files

 include/linux/compaction.h   | 4 ++--
 include/linux/hmm.h          | 2 +-
 include/linux/hugetlb.h      | 6 +++---
 include/linux/list_lru.h     | 4 ++--
 include/linux/mmu_notifier.h | 8 ++++----
 include/linux/percpu-defs.h  | 2 +-
 include/linux/shrinker.h     | 2 +-
 include/linux/vmalloc.h      | 4 ++--
 8 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.25.1




             reply	other threads:[~2021-05-31  3:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  3:48 Zhen Lei [this message]
2021-05-31  3:48 ` [PATCH 1/1] mm: fix spelling mistakes in header files Zhen Lei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210531034849.9549-1-thunder.leizhen@huawei.com \
    --to=thunder.leizhen@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=cl@linux.com \
    --cc=dennis@kernel.org \
    --cc=jglisse@redhat.com \
    --cc=linux-mm@kvack.org \
    --cc=mike.kravetz@oracle.com \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.