aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-06-02 18:13:09 +0200
committerKalle Valo <[email protected]>2024-06-12 15:00:33 +0300
commitaea9165ccfd1577be801fd75515fc9d4a9595b90 (patch)
tree7ebc3895980fa6a72fe23af8dd84d491f01ddcfb /tools/perf/scripts/python/bin/stackcollapse-report
parent54d96912caf6bb1e6682cfdb225a67cb80545557 (diff)
wifi: at76c50x: 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. At the same time remove some redundant NULL initializations. Signed-off-by: Erick Archer <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/AS8PR02MB7237C784C14DBC943CB719F88BFE2@AS8PR02MB7237.eurprd02.prod.outlook.com
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions