All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] mm: fix spelling mistakes in header files
@ 2021-05-31  3:48 Zhen Lei
  2021-05-31  3:48 ` [PATCH 1/1] " Zhen Lei
  0 siblings, 1 reply; 2+ messages in thread
From: Zhen Lei @ 2021-05-31  3:48 UTC (permalink / raw)
  To: Jérôme Glisse, Mike Kravetz, Dennis Zhou, Tejun Heo,
	Christoph Lameter, Andrew Morton, linux-mm
  Cc: Zhen Lei

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




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

end of thread, other threads:[~2021-05-31  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31  3:48 [PATCH 0/1] mm: fix spelling mistakes in header files Zhen Lei
2021-05-31  3:48 ` [PATCH 1/1] " Zhen Lei

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.