From a0ed4edee0b01392c5274ec85b26cf682a9ade3e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 18 Apr 2004 06:13:55 +0000 Subject: Remove stray white spaces. --- cpukit/score/include/rtems/debug.h | 2 +- cpukit/score/include/rtems/score/apiext.h | 2 +- cpukit/score/include/rtems/score/apimutex.h | 2 +- cpukit/score/include/rtems/score/coremsg.h | 8 ++++---- cpukit/score/include/rtems/score/coremutex.h | 4 ++-- cpukit/score/include/rtems/score/coresem.h | 4 ++-- cpukit/score/include/rtems/score/heap.h | 2 +- cpukit/score/include/rtems/score/interr.h | 2 +- cpukit/score/include/rtems/score/mpci.h | 8 ++++---- cpukit/score/include/rtems/score/object.h | 6 +++--- cpukit/score/include/rtems/score/objectmp.h | 4 ++-- cpukit/score/include/rtems/score/priority.h | 2 +- cpukit/score/include/rtems/score/states.h | 2 +- cpukit/score/include/rtems/score/sysstate.h | 2 +- cpukit/score/include/rtems/score/thread.h | 16 ++++++++-------- cpukit/score/include/rtems/score/threadq.h | 4 ++-- cpukit/score/include/rtems/score/tqdata.h | 4 ++-- cpukit/score/include/rtems/score/wkspace.h | 2 +- cpukit/score/include/rtems/system.h | 4 ++-- 19 files changed, 40 insertions(+), 40 deletions(-) (limited to 'cpukit/score/include') diff --git a/cpukit/score/include/rtems/debug.h b/cpukit/score/include/rtems/debug.h index 0dedf89ce9..0946cd5b91 100644 --- a/cpukit/score/include/rtems/debug.h +++ b/cpukit/score/include/rtems/debug.h @@ -1,7 +1,7 @@ /* debug.h * * This include file contains the information pertaining to the debug - * support within RTEMS. It is currently cast in the form of a + * support within RTEMS. It is currently cast in the form of a * Manager since it is externally accessible. * * diff --git a/cpukit/score/include/rtems/score/apiext.h b/cpukit/score/include/rtems/score/apiext.h index 31206d4f83..d5e496c001 100644 --- a/cpukit/score/include/rtems/score/apiext.h +++ b/cpukit/score/include/rtems/score/apiext.h @@ -30,7 +30,7 @@ typedef void (*API_extensions_Postswitch_hook)( Thread_Control * ); - + typedef struct { Chain_Node Node; API_extensions_Predriver_hook predriver_hook; diff --git a/cpukit/score/include/rtems/score/apimutex.h b/cpukit/score/include/rtems/score/apimutex.h index 65ebb5ec0a..ed345c7c76 100644 --- a/cpukit/score/include/rtems/score/apimutex.h +++ b/cpukit/score/include/rtems/score/apimutex.h @@ -1,7 +1,7 @@ /* apimutex.h * * This include file contains all the constants and structures associated - * with the API Mutex Handler. This handler is used by API level + * with the API Mutex Handler. This handler is used by API level * routines to manage mutual exclusion. * * COPYRIGHT (c) 1989-2002. diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/score/include/rtems/score/coremsg.h index d11383ba0a..70906135a4 100644 --- a/cpukit/score/include/rtems/score/coremsg.h +++ b/cpukit/score/include/rtems/score/coremsg.h @@ -41,7 +41,7 @@ typedef void ( *CORE_message_queue_API_mp_support_callout )( * the contents of message buffers. * * NOTE: The buffer field is normally longer than a single uint32_t . - * but since messages are variable length we just make a ptr to 1. + * but since messages are variable length we just make a ptr to 1. */ typedef struct { @@ -100,7 +100,7 @@ typedef enum { } CORE_message_queue_Status; /* - * The following defines the control block used to manage the + * The following defines the control block used to manage the * attributes of each message queue. */ @@ -117,7 +117,7 @@ typedef struct { typedef void (*CORE_message_queue_Notify_Handler)( void * ); /* - * The following defines the control block used to manage each + * The following defines the control block used to manage each * counting message_queue. */ @@ -276,7 +276,7 @@ void _CORE_message_queue_Seize( * * DESCRIPTION: * - * This kernel routine inserts the specified message into the + * This kernel routine inserts the specified message into the * message queue. It is assumed that the message has been filled * in before this routine is called. */ diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/score/include/rtems/score/coremutex.h index 34baa420f0..ec55009843 100644 --- a/cpukit/score/include/rtems/score/coremutex.h +++ b/cpukit/score/include/rtems/score/coremutex.h @@ -2,7 +2,7 @@ * * This include file contains all the constants and structures associated * with the Mutex Handler. A mutex is an enhanced version of the standard - * Dijkstra binary semaphore used to provide synchronization and mutual + * Dijkstra binary semaphore used to provide synchronization and mutual * exclusion capabilities. * * COPYRIGHT (c) 1989-1999. @@ -101,7 +101,7 @@ typedef enum { #define CORE_MUTEX_LOCKED 0 /* - * The following defines the control block used to manage the + * The following defines the control block used to manage the * attributes of each mutex. */ diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/score/include/rtems/score/coresem.h index 12ef3ca7ee..e9be0036ab 100644 --- a/cpukit/score/include/rtems/score/coresem.h +++ b/cpukit/score/include/rtems/score/coresem.h @@ -59,7 +59,7 @@ typedef enum { } CORE_semaphore_Status; /* - * The following defines the control block used to manage the + * The following defines the control block used to manage the * attributes of each semaphore. */ @@ -69,7 +69,7 @@ typedef struct { } CORE_semaphore_Attributes; /* - * The following defines the control block used to manage each + * The following defines the control block used to manage each * counting semaphore. */ diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/score/include/rtems/score/heap.h index 906e620988..9b1387ecbf 100644 --- a/cpukit/score/include/rtems/score/heap.h +++ b/cpukit/score/include/rtems/score/heap.h @@ -245,7 +245,7 @@ void _Heap_Walk( * the_heap - pointer to heap header * the_info - pointer to information block * - * Output parameters: + * Output parameters: * *the_info - status information * return 0=success, otherwise heap is corrupt. */ diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h index 334c36fae4..536e30bef0 100644 --- a/cpukit/score/include/rtems/score/interr.h +++ b/cpukit/score/include/rtems/score/interr.h @@ -1,7 +1,7 @@ /* interr.h * * This include file contains constants and prototypes related - * to the Internal Error Handler. + * to the Internal Error Handler. * * * COPYRIGHT (c) 1989-1999. diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/score/include/rtems/score/mpci.h index 7ad9b40f29..118e31afaa 100644 --- a/cpukit/score/include/rtems/score/mpci.h +++ b/cpukit/score/include/rtems/score/mpci.h @@ -152,7 +152,7 @@ SCORE_EXTERN Thread_Control *_MPCI_Receive_server_tcb; * by each object that supports MP operations. */ -SCORE_EXTERN MPCI_Packet_processor +SCORE_EXTERN MPCI_Packet_processor _MPCI_Packet_processors[MP_PACKET_CLASSES_LAST+1]; /* @@ -163,7 +163,7 @@ SCORE_EXTERN MPCI_Packet_processor * This routine performs the initialization necessary for this handler. */ -void _MPCI_Handler_initialization( +void _MPCI_Handler_initialization( MPCI_Control *users_mpci_table, uint32_t timeout_status ); @@ -172,7 +172,7 @@ void _MPCI_Handler_initialization( * _MPCI_Create_server * * DESCRIPTION: - * + * * This routine creates the packet receive server used in MP systems. */ @@ -198,7 +198,7 @@ void _MPCI_Initialization ( void ); * designated object class. */ -void _MPCI_Register_packet_processor( +void _MPCI_Register_packet_processor( MP_packet_Classes the_class, MPCI_Packet_processor the_packet_processor diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h index 4c61e3a4c0..da43ecdaca 100644 --- a/cpukit/score/include/rtems/score/object.h +++ b/cpukit/score/include/rtems/score/object.h @@ -2,7 +2,7 @@ * * This include file contains all the constants and structures associated * with the Object Handler. This Handler provides mechanisms which - * can be used to initialize and manipulate all objects which have + * can be used to initialize and manipulate all objects which have * ids. * * COPYRIGHT (c) 1989-2002. @@ -478,7 +478,7 @@ Objects_Name_or_id_lookup_errors _Objects_Name_to_id( * * This function implements the common portion of the object Id * to name directives. This function returns the name - * associated with object id. + * associated with object id. * * NOTE: * @@ -504,7 +504,7 @@ Objects_Name_or_id_lookup_errors _Objects_Id_to_name ( * is undefined. Otherwise, location is set to OBJECTS_ERROR * and the_object is undefined. * - * NOTE: _Objects_Get returns with dispatching disabled for + * NOTE: _Objects_Get returns with dispatching disabled for * local and remote objects. * _Objects_Get_isr_disable returns with dispatching * disabled for remote objects and interrupts for local diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/score/include/rtems/score/objectmp.h index 331d22fed1..947b03c59d 100644 --- a/cpukit/score/include/rtems/score/objectmp.h +++ b/cpukit/score/include/rtems/score/objectmp.h @@ -52,8 +52,8 @@ void _Objects_MP_Handler_initialization ( * * DESCRIPTION: * - * This routine place the specified global object in the - * specified information table. + * This routine place the specified global object in the + * specified information table. */ void _Objects_MP_Open ( diff --git a/cpukit/score/include/rtems/score/priority.h b/cpukit/score/include/rtems/score/priority.h index 0f2df0d252..3c8454f203 100644 --- a/cpukit/score/include/rtems/score/priority.h +++ b/cpukit/score/include/rtems/score/priority.h @@ -58,7 +58,7 @@ typedef struct { */ SCORE_EXTERN volatile Priority_Bit_map_control _Priority_Major_bit_map; -SCORE_EXTERN Priority_Bit_map_control +SCORE_EXTERN Priority_Bit_map_control _Priority_Bit_map[16] CPU_STRUCTURE_ALIGNMENT; /* diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/score/include/rtems/score/states.h index 9c073a5826..59d27c274e 100644 --- a/cpukit/score/include/rtems/score/states.h +++ b/cpukit/score/include/rtems/score/states.h @@ -38,7 +38,7 @@ typedef uint32_t States_Control; #define STATES_TRANSIENT 0x00004 /* in transition */ #define STATES_DELAYING 0x00008 /* wait for timeout */ #define STATES_WAITING_FOR_TIME 0x00010 /* wait for TOD */ -#define STATES_WAITING_FOR_BUFFER 0x00020 +#define STATES_WAITING_FOR_BUFFER 0x00020 #define STATES_WAITING_FOR_SEGMENT 0x00040 #define STATES_WAITING_FOR_MESSAGE 0x00080 #define STATES_WAITING_FOR_EVENT 0x00100 diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/score/include/rtems/score/sysstate.h index 655d303db8..2f0636399b 100644 --- a/cpukit/score/include/rtems/score/sysstate.h +++ b/cpukit/score/include/rtems/score/sysstate.h @@ -40,7 +40,7 @@ typedef enum { #define SYSTEM_STATE_CODES_LAST SYSTEM_STATE_FAILED /* - * The following variable indicates whether or not this is + * The following variable indicates whether or not this is * an multiprocessing system. */ diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index f73f43dd7a..8090656461 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -37,7 +37,7 @@ extern "C" { * The following defines the "return type" of a thread. * * NOTE: This cannot always be right. Some APIs have void - * tasks/threads, others return pointers, others may + * tasks/threads, others return pointers, others may * return a numeric value. Hopefully a pointer is * always at least as big as an uint32_t . :) */ @@ -141,7 +141,7 @@ typedef struct { /* * NOTE: The following assumes that all API return codes can be - * treated as an uint32_t . + * treated as an uint32_t . */ uint32_t return_code; /* status for thread awakened */ @@ -248,7 +248,7 @@ SCORE_EXTERN Thread_Control *_Thread_Idle; /* * The following context area contains the context of the "thread" - * which invoked the start multitasking routine. This context is + * which invoked the start multitasking routine. This context is * restored as the last action of the stop multitasking routine. Thus * control of the processor can be returned to the environment * which initiated the system. @@ -381,7 +381,7 @@ void _Thread_Dispatch( void ); /* * _Thread_Stack_Allocate - * + * * DESCRIPTION: * * Allocate the requested stack space for the thread. @@ -608,11 +608,11 @@ void _Thread_Tickle_timeslice( void ); void _Thread_Yield_processor( void ); -/* +/* * _Thread_Rotate_Ready_Queue - * + * * DESCRIPTION: - * + * * This routine is invoked to rotate the ready queue for the * given priority. It can be used to yeild the processor * by rotating the executing threads ready queue. @@ -727,7 +727,7 @@ void _Thread_Resume( * DESCRIPTION: * * This routine evaluates the current scheduling information for the - * system and determines if a context switch is required. This + * system and determines if a context switch is required. This * is usually called after changing an execution mode such as preemptability * for a thread. */ diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/score/include/rtems/score/threadq.h index f8a5342513..cbbb85e345 100644 --- a/cpukit/score/include/rtems/score/threadq.h +++ b/cpukit/score/include/rtems/score/threadq.h @@ -52,7 +52,7 @@ typedef void ( *Thread_queue_Extract_callout )( Thread_Control * ); -SCORE_EXTERN Thread_queue_Extract_callout +SCORE_EXTERN Thread_queue_Extract_callout _Thread_queue_Extract_table[ OBJECTS_CLASSES_LAST + 1 ]; #endif @@ -105,7 +105,7 @@ void _Thread_queue_Extract( * DESCRIPTION: * * This routine extracts the_thread from the_thread_queue - * and ensures that if there is a proxy for this task on + * and ensures that if there is a proxy for this task on * another node, it is also dealt with. */ diff --git a/cpukit/score/include/rtems/score/tqdata.h b/cpukit/score/include/rtems/score/tqdata.h index ed1d52c1ee..4945c74e3f 100644 --- a/cpukit/score/include/rtems/score/tqdata.h +++ b/cpukit/score/include/rtems/score/tqdata.h @@ -52,7 +52,7 @@ typedef enum { * There are four chains used to maintain a priority -- each chain * manages a distinct set of task priorities. The number of chains * is determined by TASK_QUEUE_DATA_NUMBER_OF_PRIORITY_HEADERS. - * The following set must be consistent. + * The following set must be consistent. * * The set below configures 4 headers -- each contains 64 priorities. * Header x manages priority range (x*64) through ((x*64)+63). If @@ -61,7 +61,7 @@ typedef enum { * This halves the search time to find the insertion point. */ -#define TASK_QUEUE_DATA_NUMBER_OF_PRIORITY_HEADERS 4 +#define TASK_QUEUE_DATA_NUMBER_OF_PRIORITY_HEADERS 4 #define TASK_QUEUE_DATA_PRIORITIES_PER_HEADER 64 #define TASK_QUEUE_DATA_REVERSE_SEARCH_MASK 0x20 diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/score/include/rtems/score/wkspace.h index da424cd899..aff79c78d5 100644 --- a/cpukit/score/include/rtems/score/wkspace.h +++ b/cpukit/score/include/rtems/score/wkspace.h @@ -1,6 +1,6 @@ /* wkspace.h * - * This include file contains information related to the + * This include file contains information related to the * RAM Workspace. This Handler provides mechanisms which can be used to * define, initialize and manipulate the workspace. * diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h index d0ca5748a3..c2fbf7694b 100644 --- a/cpukit/score/include/rtems/system.h +++ b/cpukit/score/include/rtems/system.h @@ -30,7 +30,7 @@ extern "C" { #define __RTEMS_REVISION__ 0 /* - * The cpu options include file defines all cpu dependent + * The cpu options include file defines all cpu dependent * parameters for this build of RTEMS. It must be included * first so the basic macro definitions are in place. */ @@ -40,7 +40,7 @@ extern "C" { /* * The following ensures that all data is declared in the space * of the initialization routine for either the Initialization Manager - * or the initialization file for the appropriate API. It is + * or the initialization file for the appropriate API. It is * referenced as "external" in every other file. */ -- cgit v1.2.3