From 5360d9b23f932bfcaacbbda5cf1ff5cf75f99511 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Wed, 24 Mar 2021 09:28:29 +0100 Subject: [PATCH] arch: arm: moxart: fix nxstyle errors Fix nxstyle errors to pass CI Signed-off-by: Alin Jerpelea --- arch/arm/src/moxart/chip.h | 23 ++++++++++++----------- arch/arm/src/moxart/moxart_head.S | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/arch/arm/src/moxart/chip.h b/arch/arm/src/moxart/chip.h index 3b906af4a16..3ed19a11e39 100644 --- a/arch/arm/src/moxart/chip.h +++ b/arch/arm/src/moxart/chip.h @@ -1,4 +1,4 @@ -/************************************************************************************ +/**************************************************************************** * arch/arm/src/moxart/chip.h * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,14 +16,14 @@ * License for the specific language governing permissions and limitations * under the License. * - ************************************************************************************/ + ****************************************************************************/ #ifndef __ARCH_ARM_SRC_MOXART_CHIP_H #define __ARCH_ARM_SRC_MOXART_CHIP_H -/************************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************************/ + ****************************************************************************/ #include @@ -76,6 +76,7 @@ #define UART_IRDA_XMIT_FIFO_SIZE 64 /* UART_LCR Register */ + /* Bits 31-7: Reserved */ #define UART_LCR_BOC 0x00000040 /* Bit 6: Break Control */ /* Bit 5: Parity Type 2 */ @@ -115,16 +116,16 @@ #define BAUD_2400 0x00000030 #define BAUD_1200 0x00000060 -/************************************************************************************ +/**************************************************************************** * Public Types - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Data - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ - * Public Functions - ************************************************************************************/ +/**************************************************************************** + * Public Functions Prototypes + ****************************************************************************/ #endif /* __ARCH_ARM_SRC_MOXART_CHIP_H */ diff --git a/arch/arm/src/moxart/moxart_head.S b/arch/arm/src/moxart/moxart_head.S index 1f4b9db98c4..680f3d427ca 100644 --- a/arch/arm/src/moxart/moxart_head.S +++ b/arch/arm/src/moxart/moxart_head.S @@ -1,4 +1,4 @@ -/****************************************************************************** +/**************************************************************************** * arch/arm/src/moxart/moxart_head.S * * Copyright (C) 2015 Gregory Nutt. All rights reserved.