Make sure that labeling is used consistently in all function headers.

This commit is contained in:
Gregory Nutt
2018-02-01 10:00:02 -06:00
parent a096bc1266
commit 7cf88d7dbd
1171 changed files with 3042 additions and 3039 deletions
+2 -2
View File
@@ -58,10 +58,10 @@
* task_delete() or via pthread_cancel(). It checks if the deleted task
* is waiting for a timed event and if so cancels the timeout
*
* Inputs:
* Input Parameters:
* tcb - The TCB of the terminated task or thread
*
* Return Value:
* Returned Value:
* None.
*
* Assumptions: