arch: arm: moxart: fix nxstyle errors

Fix nxstyle errors to pass CI

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2021-03-24 09:28:29 +01:00
committed by Xiang Xiao
parent dcfea2ad89
commit 5360d9b23f
2 changed files with 13 additions and 12 deletions
+12 -11
View File
@@ -1,4 +1,4 @@
/************************************************************************************ /****************************************************************************
* arch/arm/src/moxart/chip.h * arch/arm/src/moxart/chip.h
* *
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
@@ -16,14 +16,14 @@
* License for the specific language governing permissions and limitations * License for the specific language governing permissions and limitations
* under the License. * under the License.
* *
************************************************************************************/ ****************************************************************************/
#ifndef __ARCH_ARM_SRC_MOXART_CHIP_H #ifndef __ARCH_ARM_SRC_MOXART_CHIP_H
#define __ARCH_ARM_SRC_MOXART_CHIP_H #define __ARCH_ARM_SRC_MOXART_CHIP_H
/************************************************************************************ /****************************************************************************
* Included Files * Included Files
************************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
@@ -76,6 +76,7 @@
#define UART_IRDA_XMIT_FIFO_SIZE 64 #define UART_IRDA_XMIT_FIFO_SIZE 64
/* UART_LCR Register */ /* UART_LCR Register */
/* Bits 31-7: Reserved */ /* Bits 31-7: Reserved */
#define UART_LCR_BOC 0x00000040 /* Bit 6: Break Control */ #define UART_LCR_BOC 0x00000040 /* Bit 6: Break Control */
/* Bit 5: Parity Type 2 */ /* Bit 5: Parity Type 2 */
@@ -115,16 +116,16 @@
#define BAUD_2400 0x00000030 #define BAUD_2400 0x00000030
#define BAUD_1200 0x00000060 #define BAUD_1200 0x00000060
/************************************************************************************ /****************************************************************************
* Public Types * Public Types
************************************************************************************/ ****************************************************************************/
/************************************************************************************ /****************************************************************************
* Public Data * Public Data
************************************************************************************/ ****************************************************************************/
/************************************************************************************ /****************************************************************************
* Public Functions * Public Functions Prototypes
************************************************************************************/ ****************************************************************************/
#endif /* __ARCH_ARM_SRC_MOXART_CHIP_H */ #endif /* __ARCH_ARM_SRC_MOXART_CHIP_H */
+1 -1
View File
@@ -1,4 +1,4 @@
/****************************************************************************** /****************************************************************************
* arch/arm/src/moxart/moxart_head.S * arch/arm/src/moxart/moxart_head.S
* *
* Copyright (C) 2015 Gregory Nutt. All rights reserved. * Copyright (C) 2015 Gregory Nutt. All rights reserved.