diff --git a/drivers/power/pm_unregister.c b/drivers/power/pm_unregister.c index d63a8ec8874..7b3d376e2f3 100644 --- a/drivers/power/pm_unregister.c +++ b/drivers/power/pm_unregister.c @@ -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. * ****************************************************************************/ diff --git a/include/nuttx/power/pm.h b/include/nuttx/power/pm.h index 1be4e2be31d..2f906ba5b28 100644 --- a/include/nuttx/power/pm.h +++ b/include/nuttx/power/pm.h @@ -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. * ****************************************************************************/ diff --git a/sched/sched/sched_thistask.c b/sched/sched/sched_thistask.c index c1471dfaa54..0c00b752ec1 100644 --- a/sched/sched/sched_thistask.c +++ b/sched/sched/sched_thistask.c @@ -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. * ****************************************************************************/