linux/mm/damon
Rongwei Wang 9210622ab8 mm/damon/dbgfs: remove unnecessary variables
In some functions, it's unnecessary to declare 'err' and 'ret' variables
at the same time.  This patch mainly to simplify the issue of such
declarations by reusing one variable.

Link: https://lkml.kernel.org/r/20211014073014.35754-1-sj@kernel.org
Signed-off-by: Rongwei Wang <rongwei.wang@linux.alibaba.com>
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2021-11-06 13:30:45 -07:00
..
core-test.h mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()' 2021-10-28 17:18:55 -07:00
core.c mm/damon/schemes: implement statistics feature 2021-11-06 13:30:44 -07:00
dbgfs-test.h mm/damon/dbgfs-test: add a unit test case for 'init_regions' 2021-11-06 13:30:44 -07:00
dbgfs.c mm/damon/dbgfs: remove unnecessary variables 2021-11-06 13:30:45 -07:00
Kconfig mm/damon/dbgfs: support physical memory monitoring 2021-11-06 13:30:45 -07:00
Makefile mm/damon: implement primitives for physical address space monitoring 2021-11-06 13:30:45 -07:00
paddr.c mm/damon: implement primitives for physical address space monitoring 2021-11-06 13:30:45 -07:00
prmtv-common.c mm/damon/vaddr: separate commonly usable functions 2021-11-06 13:30:44 -07:00
prmtv-common.h mm/damon/vaddr: separate commonly usable functions 2021-11-06 13:30:44 -07:00
vaddr-test.h mm/damon: add kunit tests 2021-09-08 11:50:25 -07:00
vaddr.c mm/damon/vaddr: constify static mm_walk_ops 2021-11-06 13:30:45 -07:00