task_activate.c:Fix style errors.

This commit is contained in:
David Sidrane 2020-03-08 05:51:32 -07:00 committed by patacongo
parent a865e5ff7d
commit 96e11e65b0

View File

@ -54,11 +54,13 @@
* Name: task_activate * Name: task_activate
* *
* Description: * Description:
* This function activates tasks initialized by nxtask_schedsetup(). Without * This function activates tasks initialized by nxtask_schedsetup().
* activation, a task is ineligible for execution by the scheduler. * Without activation, a task is ineligible for execution by the
* scheduler.
* *
* Input Parameters: * Input Parameters:
* tcb - The TCB for the task for the task (same as the task_init argument). * tcb - The TCB for the task for the task (same as the task_init
* argument).
* *
* Returned Value: * Returned Value:
* Always returns OK * Always returns OK