From 1af4493bdb20cda2879af65e92bc97bf9c60c3b5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 2 Dec 2020 08:32:44 +0100 Subject: rtems: Clarify invalid identifier descriptions Update #3993. --- cpukit/include/rtems/rtems/part.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'cpukit/include/rtems/rtems/part.h') diff --git a/cpukit/include/rtems/rtems/part.h b/cpukit/include/rtems/rtems/part.h index 83c8e5a519..aeb4de64c5 100644 --- a/cpukit/include/rtems/rtems/part.h +++ b/cpukit/include/rtems/rtems/part.h @@ -292,8 +292,8 @@ rtems_status_code rtems_partition_ident( * * @retval ::RTEMS_SUCCESSFUL The requested operation was successful. * - * @retval ::RTEMS_INVALID_ID There was no partition with the specified - * identifier. + * @retval ::RTEMS_INVALID_ID There was no partition associated with the + * identifier specified by ``id``. * * @retval ::RTEMS_ILLEGAL_ON_REMOTE_OBJECT The partition resided on a remote * node. @@ -333,8 +333,8 @@ rtems_status_code rtems_partition_delete( rtems_id id ); * * @retval ::RTEMS_SUCCESSFUL The requested operation was successful. * - * @retval ::RTEMS_INVALID_ID There was no partition with the specified - * identifier. + * @retval ::RTEMS_INVALID_ID There was no partition associated with the + * identifier specified by ``id``. * * @retval ::RTEMS_INVALID_ADDRESS The ``buffer`` parameter was NULL. * @@ -368,8 +368,8 @@ rtems_status_code rtems_partition_get_buffer( rtems_id id, void **buffer ); * * @retval ::RTEMS_SUCCESSFUL The requested operation was successful. * - * @retval ::RTEMS_INVALID_ID There was no partition with the specified - * identifier. + * @retval ::RTEMS_INVALID_ID There was no partition associated with the + * identifier specified by ``id``. * * @retval ::RTEMS_INVALID_ADDRESS The buffer referenced by ``buffer`` was not * in the partition. -- cgit v1.2.3