aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-06-02 21:30:48 -0700
committerDmitry Torokhov <[email protected]>2024-06-02 21:32:03 -0700
commit2960d4c8e77aba365df80b69e72f88b29011b111 (patch)
tree14be6bae95ffefa54e62d9add1589bb4523bf4c1 /tools/perf/scripts/python
parentdc2f1423f056f26144f60b089430e193a4dfc672 (diff)
Input: tablet - 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]> Link: https://lore.kernel.org/r/AS8PR02MB7237B05083487507CFAF96B08BFE2@AS8PR02MB7237.eurprd02.prod.outlook.com Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions