summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-25 22:29:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-25 22:29:58 +0000
commitb2d67fdc44cc2641a859303e5d2c1f86085d489e (patch)
tree5be8288318e915cfa805471eab937a9602c5e6da /cpukit
parent2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b2d67fdc44cc2641a859303e5d2c1f86085d489e.tar.bz2
2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/watchdogadjust.c, score/src/watchdogtickle.c: Spacing.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/watchdogadjust.c4
-rw-r--r--cpukit/score/src/watchdogtickle.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4545d6b309..69d5ca708e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/watchdogadjust.c, score/src/watchdogtickle.c: Spacing.
+
2008-11-24 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1341/cpukit
diff --git a/cpukit/score/src/watchdogadjust.c b/cpukit/score/src/watchdogadjust.c
index 42cfbcaf8c..89d4859906 100644
--- a/cpukit/score/src/watchdogadjust.c
+++ b/cpukit/score/src/watchdogadjust.c
@@ -68,11 +68,11 @@ void _Watchdog_Adjust(
units -= _Watchdog_First( header )->delta_interval;
_Watchdog_First( header )->delta_interval = 1;
- _ISR_Enable( level );
+ _ISR_Enable( level );
_Watchdog_Tickle( header );
- _ISR_Disable( level );
+ _ISR_Disable( level );
if ( _Chain_Is_empty( header ) )
break;
diff --git a/cpukit/score/src/watchdogtickle.c b/cpukit/score/src/watchdogtickle.c
index b86b6e064b..e5482e7ca2 100644
--- a/cpukit/score/src/watchdogtickle.c
+++ b/cpukit/score/src/watchdogtickle.c
@@ -118,7 +118,7 @@ void _Watchdog_Tickle(
break;
}
- _ISR_Disable( level );
+ _ISR_Disable( level );
the_watchdog = _Watchdog_First( header );
} while ( !_Chain_Is_empty( header ) &&