From 7ded4e37a31ddf20c2720730b34b0597f3d2d457 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 15 Apr 2004 04:00:25 +0000 Subject: Remove unnecessary white spaces. --- cpukit/itron/include/itron.h | 1 - cpukit/itron/include/itronsys/eventflags.h | 3 +-- cpukit/itron/include/itronsys/fmempool.h | 1 - cpukit/itron/include/itronsys/intr.h | 3 +-- cpukit/itron/include/itronsys/mbox.h | 3 +-- cpukit/itron/include/itronsys/msgbuffer.h | 1 - cpukit/itron/include/itronsys/network.h | 1 - cpukit/itron/include/itronsys/port.h | 3 +-- cpukit/itron/include/itronsys/semaphore.h | 3 +-- cpukit/itron/include/itronsys/status.h | 1 - cpukit/itron/include/itronsys/sysmgmt.h | 27 +++++++++++++-------------- cpukit/itron/include/itronsys/task.h | 1 - cpukit/itron/include/itronsys/time.h | 1 - cpukit/itron/include/itronsys/types.h | 9 ++++----- cpukit/itron/include/itronsys/vmempool.h | 1 - cpukit/itron/include/rtems/itron/eventflags.h | 1 - cpukit/itron/include/rtems/itron/fmempool.h | 3 +-- cpukit/itron/include/rtems/itron/intr.h | 1 - cpukit/itron/include/rtems/itron/itronapi.h | 6 +++--- cpukit/itron/include/rtems/itron/mbox.h | 1 - cpukit/itron/include/rtems/itron/msgbuffer.h | 10 +++++----- cpukit/itron/include/rtems/itron/network.h | 1 - cpukit/itron/include/rtems/itron/object.h | 3 +-- cpukit/itron/include/rtems/itron/port.h | 1 - cpukit/itron/include/rtems/itron/semaphore.h | 1 - cpukit/itron/include/rtems/itron/sysmgmt.h | 1 - cpukit/itron/include/rtems/itron/task.h | 7 +++---- cpukit/itron/include/rtems/itron/time.h | 1 - cpukit/itron/include/rtems/itron/vmempool.h | 1 - 29 files changed, 35 insertions(+), 62 deletions(-) (limited to 'cpukit/itron/include') diff --git a/cpukit/itron/include/itron.h b/cpukit/itron/include/itron.h index ee142a615b..af43e6f719 100644 --- a/cpukit/itron/include/itron.h +++ b/cpukit/itron/include/itron.h @@ -49,4 +49,3 @@ extern "C" { #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/eventflags.h b/cpukit/itron/include/itronsys/eventflags.h index b6e59cdc64..165a3763e5 100644 --- a/cpukit/itron/include/itronsys/eventflags.h +++ b/cpukit/itron/include/itronsys/eventflags.h @@ -39,7 +39,7 @@ typedef struct t_cflg { /* * wfmode */ - + #define TWF_ANDW 0x00 /* AND wait */ #define TWF_ORW 0x02 /* OR wait */ #define TWF_CLR 0x01 /* clear specification */ @@ -143,4 +143,3 @@ ER ref_flg( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/fmempool.h b/cpukit/itron/include/itronsys/fmempool.h index 8e7eb67079..bbf74f9b13 100644 --- a/cpukit/itron/include/itronsys/fmempool.h +++ b/cpukit/itron/include/itronsys/fmempool.h @@ -122,4 +122,3 @@ ER ref_mpf( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/intr.h b/cpukit/itron/include/itronsys/intr.h index bc690b128c..ca03ec54d7 100644 --- a/cpukit/itron/include/itronsys/intr.h +++ b/cpukit/itron/include/itronsys/intr.h @@ -74,7 +74,7 @@ ER dis_int( ); /* - * ena_int - Enable Interrupt + * ena_int - Enable Interrupt */ ER ena_int( @@ -103,4 +103,3 @@ ER ref_iXX( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/mbox.h b/cpukit/itron/include/itronsys/mbox.h index 9d50c6f3ed..c65e156832 100644 --- a/cpukit/itron/include/itronsys/mbox.h +++ b/cpukit/itron/include/itronsys/mbox.h @@ -92,7 +92,7 @@ ER snd_msg( ); /* - * rcv_msg - Receive Message from Mailbox + * rcv_msg - Receive Message from Mailbox */ ER rcv_msg( @@ -135,4 +135,3 @@ ER ref_mbx( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/msgbuffer.h b/cpukit/itron/include/itronsys/msgbuffer.h index e24cd112e5..bac82de649 100644 --- a/cpukit/itron/include/itronsys/msgbuffer.h +++ b/cpukit/itron/include/itronsys/msgbuffer.h @@ -157,4 +157,3 @@ ER ref_mbf( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/network.h b/cpukit/itron/include/itronsys/network.h index 3c9149e225..88d8d4e4d7 100644 --- a/cpukit/itron/include/itronsys/network.h +++ b/cpukit/itron/include/itronsys/network.h @@ -75,4 +75,3 @@ ER nget_ver( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/port.h b/cpukit/itron/include/itronsys/port.h index b431f9a7d6..1bbff13bec 100644 --- a/cpukit/itron/include/itronsys/port.h +++ b/cpukit/itron/include/itronsys/port.h @@ -74,7 +74,7 @@ ER del_por( ); /* - * cal_por - Call Port for Rendezvous Poll + * cal_por - Call Port for Rendezvous Poll */ ER cal_por( @@ -187,4 +187,3 @@ ER ref_por( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/semaphore.h b/cpukit/itron/include/itronsys/semaphore.h index 89e9b47a79..1ee7c144f5 100644 --- a/cpukit/itron/include/itronsys/semaphore.h +++ b/cpukit/itron/include/itronsys/semaphore.h @@ -79,7 +79,7 @@ ER sig_sem( ); /* - * wai_sem - Wait on Semaphore + * wai_sem - Wait on Semaphore */ ER wai_sem( @@ -118,4 +118,3 @@ ER ref_sem( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/status.h b/cpukit/itron/include/itronsys/status.h index 1061070152..4fab7a4994 100644 --- a/cpukit/itron/include/itronsys/status.h +++ b/cpukit/itron/include/itronsys/status.h @@ -67,4 +67,3 @@ extern "C" { #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/sysmgmt.h b/cpukit/itron/include/itronsys/sysmgmt.h index 23101b8517..5213a430d9 100644 --- a/cpukit/itron/include/itronsys/sysmgmt.h +++ b/cpukit/itron/include/itronsys/sysmgmt.h @@ -87,19 +87,19 @@ typedef struct t_ver { * When using the format given in Figure 47(2) the code used for MAKER1 is * assigned by using the lower 8 bits of MAKER described in the previous * subsection. The code assignment of CPU2 is left up to each maker. - * - * - * + * + * + * * +---------------+---------------+---------------+---------------+ * (1) | 0 0 0 0 0 0 0 0 | CPU1 | * +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ * +---------------+---------------+---------------+---------------+ * (2) | MAKER1 | CPU2 | * +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ - * + * * Figure 47 Format of cpu Returned by get_ver - * - * + * + * * Specific CPU codes established as of March, 1993 are as follows. */ @@ -179,32 +179,32 @@ typedef struct t_ver { * * The version numbers of ITRON and uITRON specifications take the following * form. - * + * * Ver X.YY.ZZ[.WW] - * + * * where "X" represents major version number of the ITRON specification to * distinguish ITRON1, ITRON2 and uITRON 3.0 specifications. Specific * assignment is as follows. - * + * * "X" = 1 ITRON1 specification * = 2 ITRON2 or uITRON 2.0 specification * = 3 uITRON 3.0 specification - * + * * "YY" is a number used to distinguish versions according to changes and * additions made to the specification. After the specification is published, * this number is incremented in order "YY" = 00, 01, 02... according to * version upgrades. The first digit of "YY" is 'A', 'B' or 'C' for draft * standard versions and test versions within the TRON Association before the * specification have been published. - * + * * The "X.YY" part of the specification version numbers is returned by spver * to get_ver system call. The corresponding hexadecimal value is used when * "YY" includes 'A', 'B' or 'C'. - * + * * "ZZ" represents a number used to distinguish versions related to the written * style of a specification. This number is incremented in order * "ZZ" = 00, 01, 02... when there have been changes in specification - * configuration, reordering of chapters or corrections of misprints. + * configuration, reordering of chapters or corrections of misprints. * When a further distinction of the written style of specifications is * desired, ".WW" may be added optionally after "ZZ". WW will be assumed * to be zero if ".WW" is omitted. @@ -316,4 +316,3 @@ ER def_exc( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/task.h b/cpukit/itron/include/itronsys/task.h index 4421e2d5b1..7eba7388e4 100644 --- a/cpukit/itron/include/itronsys/task.h +++ b/cpukit/itron/include/itronsys/task.h @@ -295,4 +295,3 @@ ER can_wup( #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/time.h b/cpukit/itron/include/itronsys/time.h index cd5774157f..57c73e69e1 100644 --- a/cpukit/itron/include/itronsys/time.h +++ b/cpukit/itron/include/itronsys/time.h @@ -182,4 +182,3 @@ void ret_tmr( void ); #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/types.h b/cpukit/itron/include/itronsys/types.h index 160c00ea88..73ec53869c 100644 --- a/cpukit/itron/include/itronsys/types.h +++ b/cpukit/itron/include/itronsys/types.h @@ -17,8 +17,8 @@ extern "C" { #endif /* XXX some of these may need to be moved */ -/* - * XXX: These names are too short and conflict with numerous +/* + * XXX: These names are too short and conflict with numerous * off the shell programs including paranoia. */ @@ -46,10 +46,10 @@ typedef void (*FP)(); /* program start address */ */ /* - * Data Types Dependent on ITRON Specification + * Data Types Dependent on ITRON Specification * * In order to clarify the meanings of certain parameters, the - * following names are used for data types which appear frequently + * following names are used for data types which appear frequently * and/or have special meanings. */ @@ -118,4 +118,3 @@ typedef int32_t TMO; /* Timeout value. A signed integer. */ #endif /* end of include file */ - diff --git a/cpukit/itron/include/itronsys/vmempool.h b/cpukit/itron/include/itronsys/vmempool.h index aeae5e3f65..c1aec95fc9 100644 --- a/cpukit/itron/include/itronsys/vmempool.h +++ b/cpukit/itron/include/itronsys/vmempool.h @@ -129,4 +129,3 @@ ER ref_mpl( #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/eventflags.h b/cpukit/itron/include/rtems/itron/eventflags.h index 88fdb6c1fa..86b15baabe 100644 --- a/cpukit/itron/include/rtems/itron/eventflags.h +++ b/cpukit/itron/include/rtems/itron/eventflags.h @@ -58,4 +58,3 @@ void _ITRON_Eventflags_Manager_initialization( #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/fmempool.h b/cpukit/itron/include/rtems/itron/fmempool.h index 0262d79927..a8f6e7a698 100644 --- a/cpukit/itron/include/rtems/itron/fmempool.h +++ b/cpukit/itron/include/rtems/itron/fmempool.h @@ -19,7 +19,7 @@ extern "C" { #include /* - * The following defines the control block used to manage each + * The following defines the control block used to manage each * fixed memory pool. */ @@ -59,4 +59,3 @@ void _ITRON_Fixed_memory_pool_Manager_initialization( #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/intr.h b/cpukit/itron/include/rtems/itron/intr.h index 03f9eb3e9f..acb19ebecb 100644 --- a/cpukit/itron/include/rtems/itron/intr.h +++ b/cpukit/itron/include/rtems/itron/intr.h @@ -28,4 +28,3 @@ extern "C" { #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/itronapi.h b/cpukit/itron/include/rtems/itron/itronapi.h index 686e333781..ea02aed805 100644 --- a/cpukit/itron/include/rtems/itron/itronapi.h +++ b/cpukit/itron/include/rtems/itron/itronapi.h @@ -10,10 +10,10 @@ * * $Id$ */ - + #ifndef __ITRON_API_h #define __ITRON_API_h - + #include /* @@ -21,7 +21,7 @@ * * Initialize the ITRON API. */ - + void _ITRON_API_Initialize( rtems_configuration_table *configuration_table ); diff --git a/cpukit/itron/include/rtems/itron/mbox.h b/cpukit/itron/include/rtems/itron/mbox.h index 2378bc8fb3..09185935c1 100644 --- a/cpukit/itron/include/rtems/itron/mbox.h +++ b/cpukit/itron/include/rtems/itron/mbox.h @@ -70,4 +70,3 @@ ER _ITRON_Mailbox_Translate_core_message_queue_return_code( #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/msgbuffer.h b/cpukit/itron/include/rtems/itron/msgbuffer.h index 5e249b58e5..ddda78f217 100644 --- a/cpukit/itron/include/rtems/itron/msgbuffer.h +++ b/cpukit/itron/include/rtems/itron/msgbuffer.h @@ -15,12 +15,12 @@ #ifdef __cplusplus extern "C" { #endif - + #include #include - + /* - * The following defines the control block used to manage each + * The following defines the control block used to manage each * message buffer. */ @@ -55,8 +55,8 @@ void _ITRON_Message_buffer_Manager_initialization( * DESCRIPTION: * * This routine translates a core message buffer object status - * into the appropriate ITRON status code. - */ + * into the appropriate ITRON status code. + */ ER _ITRON_Message_buffer_Translate_core_message_buffer_return_code( CORE_message_queue_Status status diff --git a/cpukit/itron/include/rtems/itron/network.h b/cpukit/itron/include/rtems/itron/network.h index 9156c216fa..44e9a67796 100644 --- a/cpukit/itron/include/rtems/itron/network.h +++ b/cpukit/itron/include/rtems/itron/network.h @@ -28,4 +28,3 @@ extern "C" { #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/object.h b/cpukit/itron/include/rtems/itron/object.h index 523a478ce6..e4e6ce3e9c 100644 --- a/cpukit/itron/include/rtems/itron/object.h +++ b/cpukit/itron/include/rtems/itron/object.h @@ -79,7 +79,7 @@ typedef Objects_Control ITRON_Objects_Control; * This function is invoked when an object get ID error * occurs to determine the specific ITRON error code to return. */ - + #define _ITRON_Objects_Clarify_get_id_error( _the_information, _id ) \ (((_id) < -4) ? E_OACV : /* attempt to access a "system object" */ \ ((_id) <= 0) ? E_ID : /* bogus index of 0 - -3 */ \ @@ -117,4 +117,3 @@ typedef Objects_Control ITRON_Objects_Control; #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/port.h b/cpukit/itron/include/rtems/itron/port.h index 1cacf32ba6..149ede2247 100644 --- a/cpukit/itron/include/rtems/itron/port.h +++ b/cpukit/itron/include/rtems/itron/port.h @@ -58,4 +58,3 @@ void _ITRON_Port_Manager_initialization( #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/semaphore.h b/cpukit/itron/include/rtems/itron/semaphore.h index acedce3c80..b8e4f0f1ae 100644 --- a/cpukit/itron/include/rtems/itron/semaphore.h +++ b/cpukit/itron/include/rtems/itron/semaphore.h @@ -56,4 +56,3 @@ void _ITRON_Semaphore_Manager_initialization( #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/sysmgmt.h b/cpukit/itron/include/rtems/itron/sysmgmt.h index 14bd7c0c7c..0444b3d7f9 100644 --- a/cpukit/itron/include/rtems/itron/sysmgmt.h +++ b/cpukit/itron/include/rtems/itron/sysmgmt.h @@ -28,4 +28,3 @@ extern "C" { #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/task.h b/cpukit/itron/include/rtems/itron/task.h index 72a26f4f45..f884bebfae 100644 --- a/cpukit/itron/include/rtems/itron/task.h +++ b/cpukit/itron/include/rtems/itron/task.h @@ -22,7 +22,7 @@ extern "C" { /* * This macro evaluates to TRUE if there should be a "context error." - * This is defined as a blocking directive being issed from + * This is defined as a blocking directive being issed from * task-independent portions or a task in dispatch disabled state. * * NOTE: Dispatching is disabled in interrupts so this should cover @@ -31,7 +31,7 @@ extern "C" { #define _ITRON_Is_in_non_task_state() \ (_Thread_Dispatch_disable_level != 0) - + /* * This is the API specific information required by each thread for * the ITRON API to function correctly. @@ -40,7 +40,7 @@ extern "C" { typedef struct { uint32_t unused; /* no use for the API extension */ - /* structure for ITRON identified yet */ + /* structure for ITRON identified yet */ } ITRON_API_Control; /* @@ -99,4 +99,3 @@ do { \ #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/time.h b/cpukit/itron/include/rtems/itron/time.h index ee73587913..f0d1278982 100644 --- a/cpukit/itron/include/rtems/itron/time.h +++ b/cpukit/itron/include/rtems/itron/time.h @@ -28,4 +28,3 @@ extern "C" { #endif /* end of include file */ - diff --git a/cpukit/itron/include/rtems/itron/vmempool.h b/cpukit/itron/include/rtems/itron/vmempool.h index 999aa450e9..1658dacbe4 100644 --- a/cpukit/itron/include/rtems/itron/vmempool.h +++ b/cpukit/itron/include/rtems/itron/vmempool.h @@ -59,4 +59,3 @@ void _ITRON_Variable_memory_pool_Manager_initialization( #endif /* end of include file */ - -- cgit v1.2.3