pwm: Use a consistent name for pwm_chip pointers in the core
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 14 Jul 2023 20:56:14 +0000 (22:56 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Thu, 20 Jul 2023 06:50:55 +0000 (08:50 +0200)
commitb4f78ff746ec5274fffa92fa2a4dc531360b5016
tree9908b6567ee0a4aba21c7adfa46e2136e14334fa
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
pwm: Use a consistent name for pwm_chip pointers in the core

Most variables of type struct pwm_chip * are named "chip", there are
only three outliers called "pc". Change these three to "chip", too, for
consistency.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/core.c
include/linux/pwm.h