clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
[linux-2.6-microblaze.git] / drivers / clocksource / timer-ti-dm.c
index 5f60f6b..56acf26 100644 (file)
@@ -183,7 +183,7 @@ static inline u32 dmtimer_read(struct dmtimer *timer, u32 reg)
  * dmtimer_write - write timer registers in posted and non-posted mode
  * @timer:      timer pointer over which write operation is to perform
  * @reg:        lowest byte holds the register offset
- * @value:      data to write into the register
+ * @val:        data to write into the register
  *
  * The posted mode bit is encoded in reg. Note that in posted mode, the write
  * 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,
 
 /**
  * omap_dm_timer_set_int_disable - disable timer interrupts
- * @timer:     pointer to timer handle
+ * @cookie:    pointer to timer cookie
  * @mask:      bit mask of interrupts to be disabled
  *
  * Disables the specified timer interrupts for a timer.