linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] lib: Fix spelling mistakes in header files
@ 2021-06-08  2:19 Zhen Lei
  2021-06-08  2:19 ` [PATCH 1/1] " Zhen Lei
  0 siblings, 1 reply; 5+ messages in thread
From: Zhen Lei @ 2021-06-08  2:19 UTC (permalink / raw)
  To: Masami Hiramatsu, Dennis Zhou, Tejun Heo, Christoph Lameter,
	Andrew Morton, linux-mm, linux-kernel
  Cc: Zhen Lei

include/linux/nodemask.h		--> lib/nodemask.c
include/linux/bootconfig.h		--> lib/bootconfig.c
include/linux/percpu-refcount.h		--> lib/percpu-refcount.c
include/linux/scatterlist.h		--> lib/scatterlist.c
include/linux/debugobjects.h		--> lib/debugobjects.c
include/linux/lru_cache.h		--> lib/lru_cache.c
include/linux/cpumask.h			--> lib/cpumask.c


Zhen Lei (1):
  lib: Fix spelling mistakes in header files

 include/linux/bootconfig.h      | 2 +-
 include/linux/cpumask.h         | 2 +-
 include/linux/debugobjects.h    | 2 +-
 include/linux/lru_cache.h       | 8 ++++----
 include/linux/nodemask.h        | 6 +++---
 include/linux/percpu-refcount.h | 2 +-
 include/linux/scatterlist.h     | 2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2021-06-09  1:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  2:19 [PATCH 0/1] lib: Fix spelling mistakes in header files Zhen Lei
2021-06-08  2:19 ` [PATCH 1/1] " Zhen Lei
2021-06-09  0:18   ` Masami Hiramatsu
2021-06-09  0:28     ` Joe Perches
2021-06-09  1:11       ` Leizhen (ThunderTown)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).