From a4d1a20b93cbe4ec326a27f4a908cb149d4f31af Mon Sep 17 00:00:00 2001 From: Nathan Hartman <59230071+hartmannathan@users.noreply.github.com> Date: Thu, 17 Sep 2020 12:30:00 -0400 Subject: [PATCH] tiva: tiva_lowputc.h: Fix nxstyle warnings arch/arm/src/tiva/tiva_lowputc.h: * Fix nxstyle warnings. No functional changes. --- arch/arm/src/tiva/tiva_lowputc.h | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/arch/arm/src/tiva/tiva_lowputc.h b/arch/arm/src/tiva/tiva_lowputc.h index d465476824..667c89dc6d 100644 --- a/arch/arm/src/tiva/tiva_lowputc.h +++ b/arch/arm/src/tiva/tiva_lowputc.h @@ -1,4 +1,4 @@ -/************************************************************************************ +/**************************************************************************** * arch/arm/src/tiva/tiva_lowputc.h * * Copyright (C) 2009-2010, 2013-2014 Gregory Nutt. All rights reserved. @@ -31,22 +31,23 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ************************************************************************************/ + ****************************************************************************/ #ifndef __ARCH_ARM_SRC_TIVA_TIVA_LOWPUTC_H #define __ARCH_ARM_SRC_TIVA_TIVA_LOWPUTC_H -/************************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************************/ + ****************************************************************************/ #include #include -/************************************************************************************ +/**************************************************************************** * Pre-processor Definitions - ************************************************************************************/ -/* Configuration *******************************************************************/ + ****************************************************************************/ + +/* Configuration ************************************************************/ #if TIVA_NUARTS < 8 # undef CONFIG_TIVA_UART7 @@ -163,19 +164,19 @@ # undef HAVE_SERIAL_CONSOLE #endif -/************************************************************************************ +/**************************************************************************** * Public Types - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Inline Functions - ************************************************************************************/ + ****************************************************************************/ #ifndef __ASSEMBLY__ -/************************************************************************************ +/**************************************************************************** * Public Data - ************************************************************************************/ + ****************************************************************************/ #if defined(__cplusplus) extern "C" @@ -190,7 +191,8 @@ extern "C" * Name: tiva_lowsetup * * Description: - * Called at the very beginning of _start. Performs low level initialization. + * Called at the very beginning of _start. Performs low level + * initialization. * ****************************************************************************/