diff options
author | Erick Archer <erick.archer@outlook.com> | 2024-06-06 20:21:06 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-06-07 21:59:33 +0300 |
commit | 1007d2c5d77d2eab9dc2ba47f7de00a53d0bab73 (patch) | |
tree | fe0ac6f36b4a7c605b33292073aec4c259aae64a /tools/perf/scripts/python/syscall-counts.py | |
parent | a31a0a3e90b442c1a414be24b062e27624a40a8e (diff) | |
download | linux-1007d2c5d77d2eab9dc2ba47f7de00a53d0bab73.tar.xz |
thermal: int3400: 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 <erick.archer@outlook.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions