[rtems commit] rtems: Fix Doxygen return description

Sebastian Huber sebh at rtems.org
Wed Dec 2 07:59:11 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Dec  1 14:09:23 2020 +0100

rtems: Fix Doxygen return description

---

 cpukit/include/rtems/rtems/modes.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpukit/include/rtems/rtems/modes.h b/cpukit/include/rtems/rtems/modes.h
index b46c046..8c3379d 100644
--- a/cpukit/include/rtems/rtems/modes.h
+++ b/cpukit/include/rtems/rtems/modes.h
@@ -138,8 +138,8 @@ extern "C" {
  *
  * @param _interrupt_level is the interrupt level to map.
  *
- * @return null Returns the processor-dependent task mode interrupt level
- *   associated with the interrupt level.
+ * @return Returns the processor-dependent task mode interrupt level associated
+ *   with the interrupt level.
  */
 #define RTEMS_INTERRUPT_LEVEL( _interrupt_level ) \
   ( ( _interrupt_level ) & RTEMS_INTERRUPT_MASK )



More information about the vc mailing list