summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-14 15:25:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-14 15:25:14 +0000
commit4daebbd022089bd2291f287363348e310f906456 (patch)
treeef9bd61b0c1e23961b0bd37ed120968034b04e33 /cpukit/rtems/include
parent2008-08-14 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-4daebbd022089bd2291f287363348e310f906456.tar.bz2
2008-08-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
* rtems/include/rtems/rtems/ratemon.h, rtems/include/rtems/rtems/status.h, score/include/rtems/score/coremutex.h, score/include/rtems/score/object.h: Removed extraneous commas.
Diffstat (limited to 'cpukit/rtems/include')
-rw-r--r--cpukit/rtems/include/rtems/rtems/ratemon.h2
-rw-r--r--cpukit/rtems/include/rtems/rtems/status.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/rtems/include/rtems/rtems/ratemon.h
index d1dfbeb64d..3e2ad80385 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/rtems/include/rtems/rtems/ratemon.h
@@ -119,7 +119,7 @@ typedef enum {
* has expired. The owner is still executing and has taken too much
* all time to complete this iteration of the period.
*/
- RATE_MONOTONIC_EXPIRED,
+ RATE_MONOTONIC_EXPIRED
} rtems_rate_monotonic_period_states;
/**
diff --git a/cpukit/rtems/include/rtems/rtems/status.h b/cpukit/rtems/include/rtems/rtems/status.h
index 7af8ccec66..1c5b4d05f7 100644
--- a/cpukit/rtems/include/rtems/rtems/status.h
+++ b/cpukit/rtems/include/rtems/rtems/status.h
@@ -169,7 +169,7 @@ typedef enum {
*
* @note This status will @b NOT be returned to the user.
*/
- RTEMS_PROXY_BLOCKING = 28,
+ RTEMS_PROXY_BLOCKING = 28
} rtems_status_code;
/**