[rtems commit] states*.h: Fix naming inconsistency and formatting

Joel Sherrill joel at rtems.org
Wed Dec 11 21:25:40 UTC 2019


Module:    rtems
Branch:    master
Commit:    4e2e3384cd62e28bcac197d1990fd42a5bd1cbb5
Changeset: http://git.rtems.org/rtems/commit/?id=4e2e3384cd62e28bcac197d1990fd42a5bd1cbb5

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Aug  7 08:25:23 2019 -0500

states*.h: Fix naming inconsistency and formatting

---

 cpukit/include/rtems/score/states.h     | 2 +-
 cpukit/include/rtems/score/statesimpl.h | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/score/states.h b/cpukit/include/rtems/score/states.h
index 6dcfaaf..2aeee37 100644
--- a/cpukit/include/rtems/score/states.h
+++ b/cpukit/include/rtems/score/states.h
@@ -27,7 +27,7 @@ extern "C" {
 #endif
 
 /**
- * @defgroup RTEMSScoreStates SuperCore Thread States
+ * @defgroup RTEMSScoreStates Thread States
  *
  * @ingroup RTEMSScore
  *
diff --git a/cpukit/include/rtems/score/statesimpl.h b/cpukit/include/rtems/score/statesimpl.h
index 49d4395..9df9ba3 100644
--- a/cpukit/include/rtems/score/statesimpl.h
+++ b/cpukit/include/rtems/score/statesimpl.h
@@ -287,7 +287,6 @@ RTEMS_INLINE_ROUTINE bool _States_Is_interruptible_by_signal (
 )
 {
    return (the_states & STATES_INTERRUPTIBLE_BY_SIGNAL);
-
 }
 
 /**



More information about the vc mailing list