From 4daebbd022089bd2291f287363348e310f906456 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 14 Aug 2008 15:25:14 +0000 Subject: 2008-08-14 Sebastian Huber * 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. --- cpukit/rtems/include/rtems/rtems/ratemon.h | 2 +- cpukit/rtems/include/rtems/rtems/status.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/rtems/include') 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; /** -- cgit v1.2.3