From 3a566af4bb316d9b623d044bc9fc9bdd41f49fe4 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sat, 30 Jan 2021 14:34:30 +0100 Subject: [PATCH] include: nuttx: addrenv.h: fix nxstyle errors Nxstyle errors fix to pass CI. Signed-off-by: Alin Jerpelea --- include/nuttx/addrenv.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/nuttx/addrenv.h b/include/nuttx/addrenv.h index 55f99d96f54..4780601469c 100644 --- a/include/nuttx/addrenv.h +++ b/include/nuttx/addrenv.h @@ -52,7 +52,9 @@ /**************************************************************************** * Pre-processor Definitions ****************************************************************************/ + /* Configuration ************************************************************/ + /* Pre-requisites */ #ifndef CONFIG_MM_PGALLOC @@ -346,7 +348,8 @@ struct addrenv_reserve_s * If CONFIG_ARCH_STACK_DYNAMIC=y is selected then the platform specific * 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. * ****************************************************************************/