Skip to content

Commit dfd9b61

Browse files
Lee Jonesthierryreding
authored andcommitted
pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc header
Argument descriptions must be prepended with a '@' to be understood by the kerneldoc tooling/parsers/validators. Fixes the following W=1 warning: drivers/pwm/pwm-omap-dmtimer.c:70: warning: Function parameter or member 'dm_timer_pdev' not described in 'pwm_omap_dmtimer_chip' Cc: Tony Lindgren <tony@atomide.com> Cc: Joachim Eastwood <manabian@gmail.com> Cc: NeilBrown <neilb@suse.de> Cc: Grant Erickson <marathon96@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
1 parent fc810e7 commit dfd9b61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pwm/pwm-omap-dmtimer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* @mutex: Mutex to protect pwm apply state
5959
* @dm_timer: Pointer to omap dm timer.
6060
* @pdata: Pointer to omap dm timer ops.
61-
* dm_timer_pdev: Pointer to omap dm timer platform device
61+
* @dm_timer_pdev: Pointer to omap dm timer platform device
6262
*/
6363
struct pwm_omap_dmtimer_chip {
6464
struct pwm_chip chip;

0 commit comments

Comments
 (0)