diff options
| author | Uwe Kleine-König <[email protected]> | 2023-07-14 20:56:15 +0000 |
|---|---|---|
| committer | Thierry Reding <[email protected]> | 2023-07-21 18:23:00 +0000 |
| commit | aecab554b6ffa9a94ba796031eb39ea20eb60fb3 (patch) | |
| tree | 14f845a4ccab184ffeb82f6b19befa54312faa66 /tools/perf/scripts/python/syscall-counts.py | |
| parent | pwm: Use a consistent name for pwm_chip pointers in the core (diff) | |
| download | kernel-aecab554b6ffa9a94ba796031eb39ea20eb60fb3.tar.gz kernel-aecab554b6ffa9a94ba796031eb39ea20eb60fb3.zip | |
pwm: atmel-hlcdc: Use consistent variable naming
In PWM drivers the variable name "chip" is usually only used for struct
pwm_chip pointers. This driver however used "chip" for its driver data
and pwm_chip pointers are named "chip", too, when there is no driver
data around and "c" otherwise. Instead use "atmel" for driver data and
always "chip" for pwm_chips.
Signed-off-by: Uwe Kleine-König <[email protected]>
Reviewed-by: Claudiu Beznea <[email protected]>
[[email protected]: replace ddata by atmel]
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
