commit | 1ceb008eac292d8324ac0d6cda8a0f1b5c944d59 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Thu Oct 10 17:22:38 2024 +0100 |
committer | Soby Mathew <soby.mathew@arm.com> | Fri Oct 11 06:52:04 2024 +0100 |
tree | 83233271dda8ab112ef3d5f8884653bb4a6e93cc | |
parent | 08655594c8bfa05a02638288437595cebf14a7d4 [diff] |
chore: Replace ARRAY_LEN() with ARRAY_SIZE() This patch removes ARRAY_LEN() and replaces them with ARRAY_SIZE(). Also fixed MISRA warning for ARRAY_SIZE(). Change-Id: Ia5438be81c2af627694669efb3007f8408e7dbb9 Signed-off-by: Soby Mathew <soby.mathew@arm.com>