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:
Alin Jerpelea 2021-02-04 13:51:09 +01:00 committed by Alan Carvalho de Assis
parent 1a9267db65
commit 789d3751ad
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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