aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-06-02 21:30:36 -0700
committerDmitry Torokhov <[email protected]>2024-06-02 21:32:02 -0700
commitdc2f1423f056f26144f60b089430e193a4dfc672 (patch)
tree37450b22b40f403dac444c4b33f14634c103475f /tools/perf/scripts/python
parenta0bd7adadb50471331f0ca28caf068f7fab37b64 (diff)
Input: mouse - 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/AS8PR02MB7237FB736DBF67A58798FDF38BFE2@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