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 <[email protected]> Cc: Joachim Eastwood <[email protected]> Cc: NeilBrown <[email protected]> Cc: Grant Erickson <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent fc810e7 commit dfd9b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)