summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityextract.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-28 00:10:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-28 00:10:38 +0000
commit1741a510836b210be10c362837fc4509ebc93a26 (patch)
tree4df220a87a1bbba8ecfe1d572056f4d46f11e1dd /cpukit/score/src/schedulerpriorityextract.c
parentNew. (diff)
downloadrtems-1741a510836b210be10c362837fc4509ebc93a26.tar.bz2
2011-02-27 Jennifer Averett <jennifer.averett@OARcorp.com>
* score/include/rtems/score/schedulerpriority.h, score/src/schedulerpriority.c, score/src/schedulerpriorityextract.c, score/src/schedulerpriorityupdate.c: Formatting.
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/schedulerpriorityextract.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/score/src/schedulerpriorityextract.c b/cpukit/score/src/schedulerpriorityextract.c
index 2d0206caef..83f5d28f9f 100644
--- a/cpukit/score/src/schedulerpriorityextract.c
+++ b/cpukit/score/src/schedulerpriorityextract.c
@@ -1,4 +1,5 @@
-/*
+/* Scheduler Simple Handler / Extract
+ *
* COPYRIGHT (c) 2011.
* On-Line Applications Research Corporation (OAR).
*
@@ -22,5 +23,5 @@ void _Scheduler_priority_Extract(
Thread_Control *the_thread
)
{
- _Scheduler_priority_Ready_queue_extract( the_thread );
+ _Scheduler_priority_Ready_queue_extract( the_thread );
}