mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
binfmt/: Mostly cosmetic changes from review of a previous commit.
This commit is contained in:
+2
-3
@@ -154,9 +154,8 @@ static int builtin_loadbinary(struct binary_s *binp)
|
||||
* Name: builtin_initialize
|
||||
*
|
||||
* Description:
|
||||
* Builtin support is built unconditionally. However, in order to
|
||||
* use this binary format, this function must be called during system
|
||||
* initialzie in order to register the builtin binary format.
|
||||
* In order to use the builtin binary format, this function must be called
|
||||
* during system initialize to register the builtin binary format.
|
||||
*
|
||||
* Returned Value:
|
||||
* This is a NuttX internal function so it follows the convention that
|
||||
|
||||
+2
-3
@@ -321,9 +321,8 @@ errout:
|
||||
* Name: elf_initialize
|
||||
*
|
||||
* Description:
|
||||
* ELF support is built unconditionally. However, in order to
|
||||
* use this binary format, this function must be called during system
|
||||
* initialization in order to register the ELF binary format.
|
||||
* In order to use the ELF binary format, this function must be called
|
||||
* during system initialization to register the ELF binary format.
|
||||
*
|
||||
* Returned Value:
|
||||
* This is a NuttX internal function so it follows the convention that
|
||||
|
||||
+3
-3
@@ -235,9 +235,9 @@ errout:
|
||||
* Name: nxflat_initialize
|
||||
*
|
||||
* Description:
|
||||
* NXFLAT support is built unconditionally. However, in order to
|
||||
* use this binary format, this function must be called during system
|
||||
* initialization in order to register the NXFLAT binary format.
|
||||
* In order to use the NxFLAT binary format, this function must be called
|
||||
* during system initialization to register the NXFLAT binary
|
||||
* format.
|
||||
*
|
||||
* Returned Value:
|
||||
* This is a NuttX internal function so it follows the convention that
|
||||
|
||||
+3
-3
@@ -62,6 +62,7 @@
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* Check configuration. This is not all of the configuration settings that
|
||||
* are required -- only the more obvious.
|
||||
*/
|
||||
@@ -522,9 +523,8 @@ static int pcode_unload(struct binary_s *binp)
|
||||
* Name: pcode_initialize
|
||||
*
|
||||
* Description:
|
||||
* P-code support is built based on the configuration. However, in order
|
||||
* to use this binary format, this function must be called during system
|
||||
* initialization in order to register the P-Code binary format.
|
||||
* In order to use the P-code binary format, this function must be called
|
||||
* during system initialization to register the P-Code binary format.
|
||||
*
|
||||
* Returned Value:
|
||||
* This is a NuttX internal function so it follows the convention that
|
||||
|
||||
Reference in New Issue
Block a user