diff options
author | Uwe Kleine-König <[email protected]> | 2023-07-14 22:56:15 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2023-07-21 20:23:00 +0200 |
commit | aecab554b6ffa9a94ba796031eb39ea20eb60fb3 (patch) | |
tree | 14f845a4ccab184ffeb82f6b19befa54312faa66 /drivers/platform/surface/aggregator/ssh_parser.c | |
parent | b4f78ff746ec5274fffa92fa2a4dc531360b5016 (diff) |
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 'drivers/platform/surface/aggregator/ssh_parser.c')
0 files changed, 0 insertions, 0 deletions