]> 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)
commit7aa217db21df5d8ed9d3c465be57dd1d8e7b7ad3
treee9fa1509ea072e20727edc65dda85ebb1993f0e2
parent57f0f5f23bab698ddfe073ede96d0e539508d029
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