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

View File

@@ -72,7 +72,7 @@
* address environment of the new process address environment. So we
* do not have any real option other than to copy the callers argv[] list.
*
* Input Parameter:
* Input Parameters:
* bin - Load structure
* argv - Argument list
*
@@ -167,7 +167,7 @@ int binfmt_copyargv(FAR struct binary_s *bin, FAR char * const *argv)
* Description:
* Release the copied argv[] list.
*
* Input Parameter:
* Input Parameters:
* binp - Load structure
*
* Returned Value: