diff mbox

[PATCHv5,13/18] api: odp_schedule.h: updated return descriptions

Message ID 1422982108-13813-14-git-send-email-ola.liljedahl@linaro.org
State Accepted
Commit af2ec9ae663573a5103366e328d9734c069d9fec
Headers show

Commit Message

Ola Liljedahl Feb. 3, 2015, 4:48 p.m. UTC
Updated doxygen descriptions, particularly the @return/@retval descriptions.
No change of implementation necessary.

Signed-off-by: Ola Liljedahl <ola.liljedahl@linaro.org>
---
(This document/code contribution attached is provided under the terms of
agreement LES-LTM-21309)

 include/odp/api/schedule.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/include/odp/api/schedule.h b/include/odp/api/schedule.h
index 71264a7..3019b84 100644
--- a/include/odp/api/schedule.h
+++ b/include/odp/api/schedule.h
@@ -65,7 +65,8 @@  uint64_t odp_schedule_wait_time(uint64_t ns);
  *                Use odp_schedule_wait_time() to convert time to other wait
  *                values.
  *
- * @return Next highest priority event, or ODP_EVENT_INVALID
+ * @return Next highest priority event
+ * @retval ODP_EVENT_INVALID on timeout and no events available
  */
 odp_event_t odp_schedule(odp_queue_t *from, uint64_t wait);