On 11/1/24 14:48, Peter Xu wrote: > On Fri, Nov 01, 2024 at 12:15:25PM +0100, Mirsad Todorovac wrote: >> Coccinelle gives WARNING recommending the use of ARRAY_SIZE() macro definition >> to improve the code readability: >> >> ./tools/testing/selftests/mm/uffd-unit-tests.c:1484:32-33: WARNING: Use ARRAY_SIZE >> ./tools/testing/selftests/mm/uffd-unit-tests.c:1485:30-31: WARNING: Use ARRAY_SIZE >> >> Fixes: 16a45b57cbf2 ("selftests/mm: add framework for uffd-unit-test") >> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> >> Cc: Shuah Khan <shuah@xxxxxxxxxx> >> Cc: Peter Xu <peterx@xxxxxxxxxx> >> Cc: linux-mm@xxxxxxxxx >> Cc: linux-kselftest@xxxxxxxxxxxxxxx >> Cc: linux-kernel@xxxxxxxxxxxxxxx >> Signed-off-by: Mirsad Todorovac <mtodorovac69@xxxxxxxxx> > > Acked-by: Peter Xu <peterx@xxxxxxxxxx> Thanks for the quick review. Best regards, Mirsad