]> git.baikalelectronics.ru Git - kernel.git/commit
tools/vm/page_owner_sort.c: two trivial fixes
authorShenghong Han <hanshenghong2019@email.szu.edu.cn>
Fri, 25 Mar 2022 01:08:50 +0000 (18:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2022 02:06:44 +0000 (19:06 -0700)
commitd1c0c97172fe40cf461835a7c21d842f8e4fbd45
treee9fa1509ea072e20727edc65dda85ebb1993f0e2
parent4c2d9d68070f3591cbd148fb8681140836eb9164
tools/vm/page_owner_sort.c: two trivial fixes

1) There is an unused variable. It's better to delete it.
2) One case is missing in the usage().

Link: https://lkml.kernel.org/r/20211213164518.2461-1-hanshenghong2019@email.szu.edu.cn
Signed-off-by: Shenghong Han <hanshenghong2019@email.szu.edu.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/vm/page_owner_sort.c