mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 23:28:29 +08:00
Standardization of some function headers.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
* callbacks - An instance of struct pm_callback_s providing the driver
|
||||
* callback functions.
|
||||
*
|
||||
* Returned value:
|
||||
* Returned Value:
|
||||
* Zero (OK) on success; otherwise a negated errno value is returned.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -403,7 +403,7 @@ int pm_register(FAR struct pm_callback_s *callbacks);
|
||||
* callbacks - An instance of struct pm_callback_s providing the driver
|
||||
* callback functions.
|
||||
*
|
||||
* Returned value:
|
||||
* Returned Value:
|
||||
* Zero (OK) on success; otherwise a negated errno value is returned.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
* on the current CPU. In SMP, this must be done by disabling local
|
||||
* interrupts to avoid CPU switching during access to current_task()
|
||||
*
|
||||
* Return Value:
|
||||
* Returned Value:
|
||||
* the TCB that is currently running on the current CPU.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user