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
+3 -3
View File
@@ -106,7 +106,7 @@ pthread_mutex_t g_usrmutex;
* part of the internal implementation of each work queue; it should not
* be called from application level logic.
*
* Input parameters:
* Input Parameters:
* wqueue - Describes the work queue to be processed
*
* Returned Value:
@@ -285,7 +285,7 @@ void work_process(FAR struct usr_wqueue_s *wqueue)
* miscellaneous operations. The user work thread must be started by
* application start-up logic by calling work_usrstart().
*
* Input parameters:
* Input Parameters:
* argc, argv (not used)
*
* Returned Value:
@@ -327,7 +327,7 @@ static pthread_addr_t work_usrthread(pthread_addr_t arg)
* Description:
* Start the user mode work queue.
*
* Input parameters:
* Input Parameters:
* None
*
* Returned Value: