summaryrefslogtreecommitdiffstats
path: root/cpukit/score
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 05:56:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-12 05:56:33 +0000
commit04286374bac3862911b644c7f8d6066de06f5423 (patch)
treef445e0c3cca2e42d95f6de2345a2d44d21527f23 /cpukit/score
parent2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-04286374bac3862911b644c7f8d6066de06f5423.tar.bz2
2010-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/timestamp.h, score/include/rtems/score/timestamp64.h, score/include/rtems/score/watchdog.h: Misc. doxygen fixes.
Diffstat (limited to 'cpukit/score')
-rw-r--r--cpukit/score/include/rtems/score/timestamp.h4
-rw-r--r--cpukit/score/include/rtems/score/timestamp64.h6
-rw-r--r--cpukit/score/include/rtems/score/watchdog.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/score/include/rtems/score/timestamp.h
index aca7e98663..25ac57f025 100644
--- a/cpukit/score/include/rtems/score/timestamp.h
+++ b/cpukit/score/include/rtems/score/timestamp.h
@@ -297,8 +297,8 @@ extern "C" {
* This routine converts the @a _ticks value to the corresponding
* timestamp format @a _time.
*
- * @param[in] time points to the timestamp format time result
- * @param[in] ticks points to the number of ticks to be filled in
+ * @param[in] _time points to the timestamp format time result
+ * @param[in] _ticks points to the number of ticks to be filled in
*/
#if defined(CPU_RTEMS_SCORE_TIMESTAMP_IS_STRUCT_SPEC)
#define _Timestamp_From_ticks( _ticks, _time ) \
diff --git a/cpukit/score/include/rtems/score/timestamp64.h b/cpukit/score/include/rtems/score/timestamp64.h
index 47e140fcbb..3b4300c6fa 100644
--- a/cpukit/score/include/rtems/score/timestamp64.h
+++ b/cpukit/score/include/rtems/score/timestamp64.h
@@ -221,7 +221,7 @@ static inline uint32_t _Timestamp64_Add_to_at_tick(
* @return This method returns the number of ticks computed.
*/
uint32_t _Timestamp64_To_ticks(
- const Timestamp64_Control *time
+ const Timestamp64_Control *_time
);
/** @brief Convert Ticks to Timestamp
@@ -229,8 +229,8 @@ uint32_t _Timestamp64_To_ticks(
* This routine converts the @a _ticks value to the corresponding
* timestamp format @a _time.
*
- * @param[in] time points to the timestamp format time result
- * @param[in] ticks points to the number of ticks to be filled in
+ * @param[in] _time points to the timestamp format time result
+ * @param[in] _ticks points to the number of ticks to be filled in
*/
void _Timestamp64_From_ticks(
uint32_t _ticks,
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h
index 891b1f756b..f3fb27a14f 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/score/include/rtems/score/watchdog.h
@@ -226,7 +226,7 @@ void _Watchdog_Adjust (
* @a direction for @a units_arg ticks.
*
* @param[in] header is the watchdog chain to adjust
- * @param[in] units is the number of units to adjust @a header
+ * @param[in] units_arg is the number of units to adjust @a header
* @param[in] to_fire is a pointer to an initialized Chain_Control to which
* all watchdog instances that are to be fired will be placed.
*
@@ -291,7 +291,7 @@ void _Watchdog_Report(
*
* @param[in] name is a string to prefix the line with. If NULL,
* nothing is printed.
- * @param[in] watch is the watchdog chain to be printed.
+ * @param[in] header is the watchdog chain to be printed.
*
* @note This is a debug routine. It uses printk() and prudence should
* exercised when using it. It also disables interrupts so the