diff options
| author | Andy Shevchenko <[email protected]> | 2023-12-01 17:06:37 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-12-04 07:50:40 +0100 |
| commit | 311902d4cc4c13c0f1b4e79ee7eb9e04642f3d0b (patch) | |
| tree | 700e271afa86d061ac607f76f7203212434fb785 /tools/perf/scripts/python/task-analyzer.py | |
| parent | 84637512e09c51929e36647a151d26cd1efa1b31 (diff) | |
xhci: dbc: Use sizeof(*pointer) instead of sizeof(type)
It is preferred to use sizeof(*pointer) instead of sizeof(type).
The type of the variable can change and one needs not change
the former (unlike the latter). No functional change intended.
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Mathias Nyman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions