summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
commit28352faecf8b000b71f734cd728f38aa212b9669 (patch)
treec8e773b36bf32ba725cc1548e515f2fa9f8ebe96 /cpukit/sapi/include/rtems
parentWhitespace removal. (diff)
downloadrtems-28352faecf8b000b71f734cd728f38aa212b9669.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--cpukit/sapi/include/rtems/chain.h2
-rw-r--r--cpukit/sapi/include/rtems/config.h10
-rw-r--r--cpukit/sapi/include/rtems/extension.h8
-rw-r--r--cpukit/sapi/include/rtems/fatal.h2
-rw-r--r--cpukit/sapi/include/rtems/init.h2
-rw-r--r--cpukit/sapi/include/rtems/io.h2
-rw-r--r--cpukit/sapi/include/rtems/sptables.h2
7 files changed, 14 insertions, 14 deletions
diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/sapi/include/rtems/chain.h
index 77ff4fceac..6050da3dfa 100644
--- a/cpukit/sapi/include/rtems/chain.h
+++ b/cpukit/sapi/include/rtems/chain.h
@@ -7,7 +7,7 @@
* code.
*
*/
-
+
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 1b18addfad..7667794ec5 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -1,7 +1,7 @@
/**
* @file rtems/config.h
*/
-
+
/*
* This include file contains the table of user defined configuration
* parameters.
@@ -80,7 +80,7 @@ typedef struct {
/** This is the maximum number of proxies. */
uint32_t maximum_proxies;
- /** The MPCI Receive server is assumed to have a stack of at least
+ /** The MPCI Receive server is assumed to have a stack of at least
* minimum stack size. This field specifies the amount of extra
* stack this task will be given in bytes.
*/
@@ -154,7 +154,7 @@ typedef struct {
/** If this element is TRUE, then RTEMS will zero the Executive Workspace.
* When this element is FALSE, it is assumed that the BSP or invoking
- * environment has ensured that memory was cleared before RTEMS was
+ * environment has ensured that memory was cleared before RTEMS was
* invoked.
*/
bool do_zero_of_workspace;
@@ -225,7 +225,7 @@ extern rtems_configuration_table Configuration;
#define rtems_configuration_get_idle_task_stack_size() \
(Configuration.idle_task_stack_size)
-/* XXX We need to get this from the generated table
+/* XXX We need to get this from the generated table
* since BSPs need it before the pointer is set.
* Eventually all should be done this way.
*/
@@ -239,7 +239,7 @@ extern rtems_configuration_table Configuration;
#define rtems_configuration_get_stack_free_hook() \
(Configuration.stack_free_hook)
-
+
/**
* This macro assists in accessing the field which indicates whether
* RTEMS is responsible for zeroing the Executive Workspace.
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index b7b09126a5..ed29f72f74 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -5,7 +5,7 @@
*
* @brief User Extensions API.
*/
-
+
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
@@ -52,7 +52,7 @@ typedef User_extensions_routine
*
* @brief The User Extensions Manager allows the application developer to
* augment the executive by allowing them to supply extension routines which
- * are invoked at critical system events.
+ * are invoked at critical system events.
*
* @section ClassicUserExtensionsSets Extension Sets
*
@@ -152,12 +152,12 @@ typedef User_extensions_routine
* - Task deletion
* - Task context switch
* - Post task context switch
- * - Task begins to execute
+ * - Task begins to execute
*
* At the following system events, the extensions are invoked in reverse order:
*
* - Task deletion
- * - Fatal error detection
+ * - Fatal error detection
*
* At these system events, the extensions are invoked in reverse order to
* insure that if an extension set is built upon another, the more complicated
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/sapi/include/rtems/fatal.h
index 8185726ebe..413b0f5df0 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/sapi/include/rtems/fatal.h
@@ -1,7 +1,7 @@
/**
* @file rtems/fatal.h
*/
-
+
/*
* This include file contains constants and prototypes related
* to the Fatal Error Manager. This manager processes all fatal or
diff --git a/cpukit/sapi/include/rtems/init.h b/cpukit/sapi/include/rtems/init.h
index 77d3e0885a..2a6a01f601 100644
--- a/cpukit/sapi/include/rtems/init.h
+++ b/cpukit/sapi/include/rtems/init.h
@@ -13,7 +13,7 @@
* + initialize the RTEMS executive
* + shutdown the RTEMS executive
*/
-
+
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/sapi/include/rtems/io.h
index bf0057e5e6..e47d66556d 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/sapi/include/rtems/io.h
@@ -5,7 +5,7 @@
*
* @brief Classic Input/Output Manager API.
*/
-
+
/*
* COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
diff --git a/cpukit/sapi/include/rtems/sptables.h b/cpukit/sapi/include/rtems/sptables.h
index f9204164d1..e4fbd226bf 100644
--- a/cpukit/sapi/include/rtems/sptables.h
+++ b/cpukit/sapi/include/rtems/sptables.h
@@ -4,7 +4,7 @@
* This include file contains the executive's pre-initialized tables
* used when in a single processor configuration.
*/
-
+
/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).