aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/pwm-tegra.c
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2021-11-23 10:29:35 +0100
committerThierry Reding <thierry.reding@gmail.com>2022-02-02 17:06:05 +0100
commit22e8e19a46f7875bf7badb14f9c6c2a14372bb05 (patch)
treef9dfebd2f0c5e9144d8a408d55003de578b06b29 /drivers/pwm/pwm-tegra.c
parentpwm: imx1: Implement .apply callback (diff)
downloadlinux-dev-22e8e19a46f7875bf7badb14f9c6c2a14372bb05.tar.xz
linux-dev-22e8e19a46f7875bf7badb14f9c6c2a14372bb05.zip
pwm: img: Rename variable pointing to driver private data
Status quo is that variables of type struct img_pwm_chip * are named "pwm_chip", "pwm" or "chip" which are all not optimal because there is a struct pwm_chip in the core, usually only struct pwm_device * variables are named "pwm" and "chip" is usually used for variabled of type struct pwm_chip *. So consistently use the same and non-conflicting name "imgchip". Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm/pwm-tegra.c')
0 files changed, 0 insertions, 0 deletions