From: "Randy.Dunlap" <rddunlap@osdl.org>

From: Michael Still <mikal@stillhq.com>

Correct kernel-doc comment with incorrect parameters documented


---

 25-akpm/arch/sh/boards/dreamcast/rtc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/sh/boards/dreamcast/rtc.c~mandocs_params-007 arch/sh/boards/dreamcast/rtc.c
--- 25/arch/sh/boards/dreamcast/rtc.c~mandocs_params-007	Tue Apr  6 15:14:48 2004
+++ 25-akpm/arch/sh/boards/dreamcast/rtc.c	Tue Apr  6 15:14:48 2004
@@ -28,7 +28,7 @@ extern int (*rtc_set_time)(const time_t)
 
 /**
  * aica_rtc_gettimeofday - Get the time from the AICA RTC
- * @tv: pointer to resulting timeval
+ * @ts: pointer to resulting timespec
  *
  * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch.
  */
@@ -51,7 +51,7 @@ void aica_rtc_gettimeofday(struct timesp
 
 /**
  * aica_rtc_settimeofday - Set the AICA RTC to the current time
- * @tv: contains the timeval to set
+ * @secs: contains the time_t to set
  *
  * Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter.
  */

_