aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-06-07 19:04:23 +0200
committerDmitry Torokhov <[email protected]>2024-06-07 11:59:21 -0700
commit06b449d7f7c361dc15ea040966a46ed2c6508f3b (patch)
tree88e4fc47d08d4495f0abbac67af7559518007195 /tools/perf/scripts/python
parent18547925519acaa57c1877871c144e2646249d59 (diff)
Input: serio - 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/AS8PR02MB7237D3D898CCC9C50C18DE078BFB2@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