Skip to content

Commit 4059206

Browse files
Uwe Kleine-Königthierryreding
authored andcommitted
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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Fixes: e3fe982 ("pwm: samsung: Put per-channel data into driver data") Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 119a508 commit 4059206

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pwm/pwm-samsung.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ struct samsung_pwm_channel {
7777
* @base_clk: base clock used to drive the timers
7878
* @tclk0: external clock 0 (can be ERR_PTR if not present)
7979
* @tclk1: external clock 1 (can be ERR_PTR if not present)
80+
* @channel: per channel driver data
8081
*/
8182
struct samsung_pwm_chip {
8283
struct pwm_chip chip;

0 commit comments

Comments
 (0)