mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Make sure that labeling is used consistently in all function headers.
This commit is contained in:
@@ -146,7 +146,7 @@ static FAR struct posix_timer_s *timer_allocate(void)
|
||||
* asynchronous notification. evp may be NULL (see above).
|
||||
* timerid - The pre-thread timer created by the call to timer_create().
|
||||
*
|
||||
* Return Value:
|
||||
* Returned Value:
|
||||
* If the call succeeds, timer_create() will return 0 (OK) and update the
|
||||
* location referenced by timerid to a timer_t, which can be passed to the
|
||||
* other per-thread timer calls. If an error occurs, the function will
|
||||
|
||||
Reference in New Issue
Block a user