diff options
author | 2021-05-04 15:25:34 +0200 | |
---|---|---|
committer | 2021-06-30 19:12:17 +0200 | |
commit | 3f3e805177afc04dccf43cc58856a14a000a593f (patch) | |
tree | 7ec3ebbb228954caaf832c943332731778d72585 /drivers/pwm/pwm-pxa.c | |
parent | pwm: tiecap: Implement .apply() callback (diff) | |
download | wireguard-linux-3f3e805177afc04dccf43cc58856a14a000a593f.tar.xz wireguard-linux-3f3e805177afc04dccf43cc58856a14a000a593f.zip |
pwm: berlin: use consistent naming for variables
A struct berlin_pwm_chip * is now always called "bpc" (instead of "pwm"
which is usually used for struct pwm_device * or "chip" which is usually
used for struct pwm_chip *). The struct pwm_device * variables were
named "pwm_dev" or "pwm"; they are now always called "pwm".
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