Re: [PATCH] damon: access_memory_even: remove unused variables

2024-09-23 Thread Shuah Khan
On 9/2/24 21:43, Ba Jing wrote: These variables are never referenced in the code, just remove it. remove them? Add details on how you found this problem in the commit log. Send v2 with these changes. Signed-off-by: Ba Jing --- tools/testing/selftests/damon/access_memory_even.c | 2 -- 1

Re: [PATCH] damon: access_memory_even: remove unused variables

2024-09-23 Thread SeongJae Park
Hi Ba, On Tue, 3 Sep 2024 11:43:00 +0800 Ba Jing wrote: > These variables are never referenced in the code, just remove it. Nice finding, thank you! I'd prefer having 'selftests/damon/access_memory_even: ' as the commit subject prefix. > > Signed-off-by: Ba Jing Other than the above trivi