diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-11-23 10:29:36 +0100 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-02 18:03:04 +0100 |
commit | f19460c1d5cc7df74fcfa539132abe53fb31b42e (patch) | |
tree | 5bc6cf4e2b6bbfd7265429cde3c03fcedd9ba2b9 /scripts | |
parent | pwm: img: Rename variable pointing to driver private data (diff) | |
download | linux-f19460c1d5cc7df74fcfa539132abe53fb31b42e.tar.xz linux-f19460c1d5cc7df74fcfa539132abe53fb31b42e.zip |
pwm: tegra: Rename variable pointing to driver private data
Status quo is that variables of type struct tegra_pwm_chip * are named
"pwm", "chip" or "pc". The two formers are all not optimal because
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 "pc".
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions