Standardization of some function headers.

This commit is contained in:
Gregory Nutt 2018-03-13 09:56:16 -06:00
parent b54ffe858a
commit 149f3bd471
3 changed files with 3 additions and 3 deletions

View file

@ -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.
*
****************************************************************************/

View file

@ -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.
*
****************************************************************************/

View file

@ -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.
*
****************************************************************************/