You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/02/01 14:22:14 UTC

[incubator-nuttx] 01/04: include: nuttx: addrenv.h: fix nxstyle errors

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 3a566af4bb316d9b623d044bc9fc9bdd41f49fe4
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Sat Jan 30 14:34:30 2021 +0100

    include: nuttx: addrenv.h: fix nxstyle errors
    
    Nxstyle errors fix to pass CI.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 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 55f99d9..4780601 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.
  *
  ****************************************************************************/