On Sun, 17 Aug 2025 15:06:05 +0530, Akhilesh Patil wrote: > 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. > > [...]
Applied, thanks! [1/1] selftests: ublk: Use ARRAY_SIZE() macro to improve code commit: 0227af355b50c526bf83ca52d67aef5d102e9b07 Best regards, -- Jens Axboe