pwm: sl28cpld: Consistently name pwm_chip variables "chip"
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 14 Jul 2023 20:56:22 +0000 (22:56 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 21 Jul 2023 18:23:32 +0000 (20:23 +0200)
commitbc83fe5cecf55f299e1c44061bfcabd1fc2a337b
tree9dde6a412283621b1f9d94d1a62d58e12894f9fa
parentdaf3facb9373fe4d6a06f65e834becb16d40de7e
pwm: sl28cpld: Consistently name pwm_chip variables "chip"

Nearly all PWM drivers use the name "chip" for the member in the driver
struct pointing to the pwm_chip. Also all local variables and function
parameters with this type use this name. Rename the struct pwm_chip
member accordingly for consistency.

Also rename the parameter of the macro sl28cpld_pwm_from_chip to "chip".

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-sl28cpld.c