diff options
author | 2021-11-23 10:29:37 +0100 | |
---|---|---|
committer | 2022-02-02 18:03:04 +0100 | |
commit | c4fab45290620d9fc87d38fed9862c63ae55a2f7 (patch) | |
tree | b48bc0204269a063eb518f058f90578cac77801d /drivers/pwm/pwm-stmpe.c | |
parent | pwm: tegra: Rename variable pointing to driver private data (diff) | |
download | wireguard-linux-c4fab45290620d9fc87d38fed9862c63ae55a2f7.tar.xz wireguard-linux-c4fab45290620d9fc87d38fed9862c63ae55a2f7.zip |
pwm: sun4i: Rename variable pointing to driver private data
Status quo is that variables of type struct sun4i_pwm_chip * are named
"pwm". This name is usually reserved for variabled of type struct
pwm_chip *.
So consistently use the same and non-conflicting name "sun4ichip" which
better reflects the intend
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions