]> git.baikalelectronics.ru Git - kernel.git/commit
mm: fix some typos and code style problems
authorShijie Luo <luoshijie1@huawei.com>
Fri, 7 May 2021 01:05:51 +0000 (18:05 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 7 May 2021 07:26:33 +0000 (00:26 -0700)
commitd56dbded02f8cb8833316e55de8c13a63ade35a6
treeebba445a0afaab8cbbc1fd8ea8566dd6bf6f245b
parent61fb1b85d67e33afcc4dc4ea039f8eb3c0acae14
mm: fix some typos and code style problems

fix some typos and code style problems in mm.

gfp.h: s/MAXNODES/MAX_NUMNODES
mmzone.h: s/then/than
rmap.c: s/__vma_split()/__vma_adjust()
swap.c: s/__mod_zone_page_stat/__mod_zone_page_state, s/is is/is
swap_state.c: s/whoes/whose
z3fold.c: code style problem fix in z3fold_unregister_migration
zsmalloc.c: s/of/or, s/give/given

Link: https://lkml.kernel.org/r/20210419083057.64820-1-luoshijie1@huawei.com
Signed-off-by: Shijie Luo <luoshijie1@huawei.com>
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/gfp.h
include/linux/mmzone.h
mm/rmap.c
mm/swap.c
mm/swap_state.c
mm/z3fold.c
mm/zsmalloc.c