selftests: ublk: Use ARRAY_SIZE() macro to improve code
authorAkhilesh Patil <akhilesh@ee.iitb.ac.in>
Sun, 17 Aug 2025 09:36:05 +0000 (15:06 +0530)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Aug 2025 11:36:29 +0000 (05:36 -0600)
commit0227af355b50c526bf83ca52d67aef5d102e9b07
tree90a32ddf396cf6911b19e9339ac56f9b98b8eb7e
parent8f5845e0743bf3512b71b3cb8afe06c192d6acc4
selftests: ublk: Use ARRAY_SIZE() macro to improve code

Use ARRAY_SIZE() macro while calculating size of an array to improve
code readability and reduce potential sizing errors.
Implement this suggestion given by spatch tool by running
coccinelle script - scripts/coccinelle/misc/array_size.cocci
Follow ARRAY_SIZE() macro usage pattern in ublk.c introduced by,
commit ec120093180b9 ("selftests: ublk: fix ublk_find_tgt()")
wherever appropriate to maintain consistency.

Signed-off-by: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/aKGihYui6/Pcijbk@bhairav-test.ee.iitb.ac.in
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/testing/selftests/ublk/kublk.c