Re: [PATCH] pwm: Fix kerneldoc for apply operation

2019-10-06 Thread Uwe Kleine-König
Hello, On Sat, Oct 05, 2019 at 09:43:26PM -0700, Bjorn Andersson wrote: > As the @state passed to apply() is now const the comment in the > kerneldoc about drivers being expected to adjust the parameters is no > longer valid. Update it to reflect the API change. > > Fixes: 71523d1812ac ("pwm: Ens

[PATCH] pwm: Fix kerneldoc for apply operation

2019-10-05 Thread Bjorn Andersson
As the @state passed to apply() is now const the comment in the kerneldoc about drivers being expected to adjust the parameters is no longer valid. Update it to reflect the API change. Fixes: 71523d1812ac ("pwm: Ensure pwm_apply_state() doesn't modify the state argument") Signed-off-by: Bjorn And