summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/cpuset.h
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-03-07 09:06:57 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-03-07 09:15:15 -0600
commit5c3323492ecd894753efa5abed433655a8181c83 (patch)
treef2b6145882a261e35a6e9b4198235e3db0895c70 /cpukit/score/include/rtems/score/cpuset.h
parentsmptests: Add smppsxaffinity02. (diff)
downloadrtems-5c3323492ecd894753efa5abed433655a8181c83.tar.bz2
Remove trailing whitespace in previous patches
Diffstat (limited to 'cpukit/score/include/rtems/score/cpuset.h')
-rw-r--r--cpukit/score/include/rtems/score/cpuset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/include/rtems/score/cpuset.h b/cpukit/score/include/rtems/score/cpuset.h
index 0359862a2b..a59ff1aea5 100644
--- a/cpukit/score/include/rtems/score/cpuset.h
+++ b/cpukit/score/include/rtems/score/cpuset.h
@@ -4,7 +4,7 @@
* @brief Information About the CPU Set
*
* This include file contains all information about the thread
- * CPU Set.
+ * CPU Set.
*/
/*
@@ -26,7 +26,7 @@ extern "C" {
#endif
#ifdef __RTEMS_HAVE_SYS_CPUSET_H__
-
+
/**
* @defgroup ScoreCpuset
*
@@ -41,7 +41,7 @@ extern "C" {
* The following defines the control block used to manage the cpuset.
* The names do not include affinity in the front in case the set is
* ever used for something other than affinity. The usage in thread
- * uses the attribute affinity such that accesses will read
+ * uses the attribute affinity such that accesses will read
* thread->affinity.set.
*/
typedef struct {