aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-05-24 19:11:51 +0200
committerLuiz Augusto von Dentz <[email protected]>2024-07-14 21:34:28 -0400
commit973dd9c4db4746200f88fe46e30eada7054fdbea (patch)
tree9bd4b9d177781b1437ac88bb315426795ec35bc3 /tools/perf/scripts/python/compaction-times.py
parent183469bccf68cb05dfb56cc47e73520217854bab (diff)
Bluetooth: Use sizeof(*pointer) instead of sizeof(type)
It is preferred to use sizeof(*pointer) instead of sizeof(type) due to the type of the variable can change and one needs not change the former (unlike the latter). This patch has no effect on runtime behavior. Signed-off-by: Erick Archer <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions