Skip to content

Commit b99a212

Browse files
tmlinddlezcano
authored andcommitted
clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
Kernel test robot reports of kerneldoc related warnings that happen with make W=n for "parameter or member not described". These were caused by changes to function parameter names with earlier commits where the kerneldoc parts were not updated. Fixes: 49cd16b ("clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write()") Fixes: a6e543f ("clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driver") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Tony Lindgren <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6a902b1 commit b99a212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/clocksource/timer-ti-dm.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static inline u32 dmtimer_read(struct dmtimer *timer, u32 reg)
183183
* dmtimer_write - write timer registers in posted and non-posted mode
184184
* @timer: timer pointer over which write operation is to perform
185185
* @reg: lowest byte holds the register offset
186-
* @value: data to write into the register
186+
* @val: data to write into the register
187187
*
188188
* The posted mode bit is encoded in reg. Note that in posted mode, the write
189189
* pending bit must be checked. Otherwise a write on a register which has a
@@ -949,7 +949,7 @@ static int omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie,
949949

950950
/**
951951
* omap_dm_timer_set_int_disable - disable timer interrupts
952-
* @timer: pointer to timer handle
952+
* @cookie: pointer to timer cookie
953953
* @mask: bit mask of interrupts to be disabled
954954
*
955955
* Disables the specified timer interrupts for a timer.

0 commit comments

Comments
 (0)