Skip to content
Snippets Groups Projects
Commit 7c04ad82 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Sporadic scheduler: Cosmetic change to debug output and to comments

parent 99664b78
No related branches found
No related tags found
No related merge requests found
......@@ -578,7 +578,7 @@ int sched_sporadic_initialize(FAR struct tcb_s *tcb)
sporadic = (FAR struct sporadic_s *)kmm_zalloc(sizeof(struct sporadic_s));
if (sporadic == NULL)
{
slldbg("ERROR: Failed to alloate sporadic data structure\n");
slldbg("ERROR: Failed to allocate sporadic data structure\n");
return -ENOMEM;
}
......@@ -1052,7 +1052,6 @@ uint32_t sched_sporadic_process(FAR struct tcb_s *tcb, uint32_t ticks,
* Drop to the lower priority for the duration of the replenishment
* period. Called from:
*
* - sched_sporadic_process() when the thread budget expires
* - sched_unlock(). When the budget expires while the thread had the
* scheduler locked.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment