From c296d150db9f51fc70afb8f9b9a835ad4988b7cb Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 1 Dec 2020 14:09:23 +0100 Subject: 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 b46c04660e..8c3379d909 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 ) -- cgit v1.2.3