From 96e11e65b0d32f59a5a647598f80bc6d2c924f48 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Sun, 8 Mar 2020 05:51:32 -0700 Subject: [PATCH] task_activate.c:Fix style errors. --- sched/task/task_activate.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sched/task/task_activate.c b/sched/task/task_activate.c index 2c18c4ddf3..773747028f 100644 --- a/sched/task/task_activate.c +++ b/sched/task/task_activate.c @@ -54,11 +54,13 @@ * Name: task_activate * * Description: - * This function activates tasks initialized by nxtask_schedsetup(). Without - * activation, a task is ineligible for execution by the scheduler. + * This function activates tasks initialized by nxtask_schedsetup(). + * Without activation, a task is ineligible for execution by the + * scheduler. * * 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: * Always returns OK