diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-11-23 12:29:36 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-02-02 20:03:04 +0300 |
commit | f19460c1d5cc7df74fcfa539132abe53fb31b42e (patch) | |
tree | 5bc6cf4e2b6bbfd7265429cde3c03fcedd9ba2b9 /drivers/crypto/nx/Makefile | |
parent | 22e8e19a46f7875bf7badb14f9c6c2a14372bb05 (diff) | |
download | linux-f19460c1d5cc7df74fcfa539132abe53fb31b42e.tar.xz |
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 'drivers/crypto/nx/Makefile')
0 files changed, 0 insertions, 0 deletions