[PATCH] rtems: Fix message manager documentation
Gedare Bloom
gedare at rtems.org
Wed Sep 15 15:27:17 UTC 2021
ok
On Wed, Sep 15, 2021 at 3:48 AM Sebastian Huber
<sebastian.huber at embedded-brains.de> wrote:
>
> Correct the description of the ``count`` parameter of
> rtems_message_queue_flush().
>
> Update #4508.
> ---
> cpukit/include/rtems/rtems/message.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/cpukit/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
> index f288d94445..28014f325e 100644
> --- a/cpukit/include/rtems/rtems/message.h
> +++ b/cpukit/include/rtems/rtems/message.h
> @@ -859,8 +859,8 @@ rtems_status_code rtems_message_queue_get_number_pending(
> * @param id is the queue identifier.
> *
> * @param[out] count is the pointer to an uint32_t object. When the directive
> - * call is successful, the number of unblocked tasks will be stored in this
> - * object.
> + * call is successful, the number of pending messages removed from the queue
> + * will be stored in this object.
> *
> * This directive removes all pending messages from the queue specified by
> * ``id``. The number of messages removed is returned in ``count``. If no
> --
> 2.31.1
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
More information about the devel
mailing list