mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
binfmt: libnxflat: nxstyle error fix
Fix nxstyle errors to pass CI Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1a9267db65
commit
789d3751ad
@@ -73,7 +73,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo, size_t envsize);
|
||||
int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo,
|
||||
size_t envsize);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: nxflat_addrenv_select
|
||||
@@ -97,7 +98,8 @@ int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo, size_t envsize)
|
||||
* Name: nxflat_addrenv_restore
|
||||
*
|
||||
* Description:
|
||||
* Restore the address environment before nxflat_addrenv_select() was called..
|
||||
* Restore the address environment before nxflat_addrenv_select() was
|
||||
* called..
|
||||
*
|
||||
* Input Parameters:
|
||||
* loadinfo - Load state information
|
||||
|
||||
@@ -86,7 +86,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo, size_t envsize)
|
||||
int nxflat_addrenv_alloc(FAR struct nxflat_loadinfo_s *loadinfo,
|
||||
size_t envsize)
|
||||
{
|
||||
FAR struct dspace_s *dspace;
|
||||
#ifdef CONFIG_ARCH_ADDRENV
|
||||
|
||||
Reference in New Issue
Block a user