Skip to content
Commit ab35ebe1 authored by Himanshu Jha's avatar Himanshu Jha Committed by Anas Nashif
Browse files

coccinelle: Add script to enforce ARRAY_SIZE macro usage



This script detects cases where ARRAY_SIZE can be used such as
where there is a division of sizeof the array by the sizeof its first
element or by any indexed element or the element type. It replaces the
division of the two sizeofs by ARRAY_SIZE helper macro.

Signed-off-by: default avatarHimanshu Jha <himanshujha199640@gmail.com>
parent 46b4c516
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment