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

All function parameters of type pointer to struct pwm_chip in this
driver are called chip which is also the usual name of function
parameters and local variables in most other PWM drivers. For
consistency use the same name for the local variable of that type.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/staging/greybus/pwm.c