summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/dmv177/timer/timer.c')
-rw-r--r--c/src/lib/libbsp/powerpc/dmv177/timer/timer.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c b/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
index e912c018da..c9a406f6bf 100644
--- a/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
+++ b/c/src/lib/libbsp/powerpc/dmv177/timer/timer.c
@@ -21,8 +21,8 @@ rtems_boolean Timer_driver_Find_average_overhead;
/*PAGE
*
* Timer_initialize
- *
- * This routine initializes the timer.
+ *
+ * This routine initializes the timer.
*
* Input parameters: NONE
*
@@ -40,7 +40,7 @@ void Timer_initialize()
Timer_driver_Start_time = PPC_Get_timebase_register();
-
+
}
@@ -97,7 +97,7 @@ int Read_timer()
*
* Input parameters: NONE
*
- * Output parameters:
+ * Output parameters:
* status code of successful
*
* Return values: NONE
@@ -115,7 +115,7 @@ rtems_status_code Empty_function( void )
*
* This routine sets a global boolean to the value passed in.
*
- * Input parameters:
+ * Input parameters:
* find_flag - flag to indicate to find the average overhead.
*
* Output parameters: NONE