]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: fix some typos and code style problems
authorShijie Luo <luoshijie1@huawei.com>
Thu, 22 Apr 2021 06:43:22 +0000 (16:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 6 May 2021 01:46:42 +0000 (11:46 +1000)
commita8783bf30e77d5cf7bf0369d7243ec0121ff5b48
tree2b29af1b2dea71e388d2ed61ba44019bb6c1f750
parentf4e19c08c0ac68224618196b146c9d684dedeb64
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: Stephen Rothwell <sfr@canb.auug.org.au>
include/linux/gfp.h
include/linux/mmzone.h
mm/rmap.c
mm/swap.c
mm/swap_state.c
mm/z3fold.c
mm/zsmalloc.c