include: nuttx: addrenv.h: fix nxstyle errors

Nxstyle errors fix to pass CI.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-01-30 14:34:30 +01:00 committed by Alan Carvalho de Assis
parent a42260a1ef
commit 3a566af4bb

View File

@ -52,7 +52,9 @@
/**************************************************************************** /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
****************************************************************************/ ****************************************************************************/
/* Configuration ************************************************************/ /* Configuration ************************************************************/
/* Pre-requisites */ /* Pre-requisites */
#ifndef CONFIG_MM_PGALLOC #ifndef CONFIG_MM_PGALLOC
@ -346,7 +348,8 @@ struct addrenv_reserve_s
* If CONFIG_ARCH_STACK_DYNAMIC=y is selected then the platform specific * If CONFIG_ARCH_STACK_DYNAMIC=y is selected then the platform specific
* code must export these additional interfaces: * code must export these additional interfaces:
* *
* up_addrenv_kstackalloc - Create a stack in the kernel address environment * up_addrenv_kstackalloc - Create a stack in the kernel address
* environment
* up_addrenv_kstackfree - Destroy the kernel stack. * up_addrenv_kstackfree - Destroy the kernel stack.
* *
****************************************************************************/ ****************************************************************************/