You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/09/16 16:45:27 UTC

[incubator-nuttx] branch master updated: tiva: tiva_userspace.h: Fix nxstyle warnings

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de7953c  tiva: tiva_userspace.h: Fix nxstyle warnings
de7953c is described below

commit de7953c0eef63ee04fc0a7fd3223c2205e92f334
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Wed Sep 16 09:57:46 2020 -0400

    tiva: tiva_userspace.h: Fix nxstyle warnings
    
    arch/arm/src/tiva/tiva_userspace.h:
    
        * Fix nxstyle warnings. No functional changes.
---
 arch/arm/src/tiva/tiva_userspace.h | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/arch/arm/src/tiva/tiva_userspace.h b/arch/arm/src/tiva/tiva_userspace.h
index cdfced1..7ecd4c6 100644
--- a/arch/arm/src/tiva/tiva_userspace.h
+++ b/arch/arm/src/tiva/tiva_userspace.h
@@ -1,4 +1,4 @@
-/************************************************************************************
+/****************************************************************************
  * arch/arm/src/tiva/tiva_userspace.h
  *
  *   Copyright (C) 2013-2014 Gregory Nutt. All rights reserved.
@@ -31,32 +31,32 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- ************************************************************************************/
+ ****************************************************************************/
 
 #ifndef __ARCH_ARM_SRC_TIVA_TIVA_USERSPACE_H
 #define __ARCH_ARM_SRC_TIVA_TIVA_USERSPACE_H
 
-/************************************************************************************
+/****************************************************************************
  * Included Files
- ************************************************************************************/
+ ****************************************************************************/
 
 #include <nuttx/config.h>
 
-/************************************************************************************
+/****************************************************************************
  * Pre-processor Definitions
- ************************************************************************************/
+ ****************************************************************************/
 
-/************************************************************************************
+/****************************************************************************
  * Public Types
- ************************************************************************************/
+ ****************************************************************************/
 
-/************************************************************************************
+/****************************************************************************
  * Public Data
- ************************************************************************************/
+ ****************************************************************************/
 
-/************************************************************************************
- * Public Functions
- ************************************************************************************/
+/****************************************************************************
+ * Public Function Prototypes
+ ****************************************************************************/
 
 /****************************************************************************
  * Name: tiva_userspace