mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 07:44:21 +08:00
pwm: samsung: Document new member .channel in struct samsung_pwm_chip
My earlier commit reworking how driver data is tracked added a new
member to struct samsung_pwm_chip but failed to add matching
documentation. Make up leeway.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310130404.uQ33q5Dk-lkp@intel.com/
Fixes: e3fe982b2e
("pwm: samsung: Put per-channel data into driver data")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
This commit is contained in:
parent
119a508c4d
commit
40592064a1
@ -77,6 +77,7 @@ struct samsung_pwm_channel {
|
||||
* @base_clk: base clock used to drive the timers
|
||||
* @tclk0: external clock 0 (can be ERR_PTR if not present)
|
||||
* @tclk1: external clock 1 (can be ERR_PTR if not present)
|
||||
* @channel: per channel driver data
|
||||
*/
|
||||
struct samsung_pwm_chip {
|
||||
struct pwm_chip chip;
|
||||
|
Loading…
Reference in New Issue
Block a user