diff options
| author | Jérémy Lefaure <[email protected]> | 2017-11-01 03:56:19 +1000 |
|---|---|---|
| committer | Ben Skeggs <[email protected]> | 2017-11-02 13:32:15 +1000 |
| commit | 73cef6cee71b7a1029e4951a97095c2e4fee4be7 (patch) | |
| tree | 6ee8c34f0ac0d0444b9691120941c6181e05de4b /tools/perf/scripts/python/call-graph-from-sql.py | |
| parent | f5a5b5232b899c06626960b601d1943cc2fb21d9 (diff) | |
drm/nouveau/bios/init: use ARRAY_SIZE
Using the ARRAY_SIZE macro improves the readability of the code. Also,
it is useless to re-invent it.
Found with Coccinelle with the following semantic patch:
@r depends on (org || report)@
type T;
T[] E;
position p;
@@
(
(sizeof(E)@p /sizeof(*E))
|
(sizeof(E)@p /sizeof(E[...]))
|
(sizeof(E)@p /sizeof(T))
)
Reviewed-by: Thierry Reding <[email protected]>
Signed-off-by: Jérémy Lefaure <[email protected]>
Signed-off-by: Ben Skeggs <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions