s5j: fix trivial typo
authorJunhwan Park <junhwan.park@samsung.com>
Wed, 14 Jun 2017 05:03:19 +0000 (14:03 +0900)
committersunghan <sh924.chang@samsung.com>
Tue, 19 Sep 2017 10:36:58 +0000 (19:36 +0900)
Fix trivial typo

Change-Id: I0d1488053975d71591713a730575e107c8187d09
Signed-off-by: Junhwan Park <junhwan.park@samsung.com>
os/arch/arm/src/s5j/s5j_dma.h
os/arch/arm/src/s5j/s5j_i2s.c
os/arch/arm/src/s5j/s5j_i2s.h

index 8e385ff..58f931d 100644 (file)
@@ -16,8 +16,8 @@
  *
  ****************************************************************************/
 
-#ifndef __ARCH_ARM_SRC_S5J_PDMA_H
-#define __ARCH_ARM_SRC_S5J_PDMA_H
+#ifndef __ARCH_ARM_SRC_S5J_DMA_H
+#define __ARCH_ARM_SRC_S5J_DMA_H
 
 /****************************************************************************
  * Included Files
@@ -329,4 +329,4 @@ static inline int DMA_Encode_DMAWMB(char *base)
        return 1;
 }
 
-#endif
+#endif                                                 /* __ARCH_ARM_SRC_S5J_DMA_H */
index cc043ac..66e81bd 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /****************************************************************************
- * arch/arm/src/sama5/s5j_i2s.c
+ * arch/arm/src/s5j/s5j_i2s.c
  *
  *   Copyright (C) 2013-2014, 2016 Gregory Nutt. All rights reserved.
  *   Authors: Gregory Nutt <gnutt@nuttx.org>
index 148e065..8308da7 100644 (file)
@@ -16,7 +16,7 @@
  *
  ****************************************************************************/
 /************************************************************************************
- * arch/arm/src/sama5/sam_ssc.h
+ * arch/arm/src/s5j/s5j_i2s.h
  *
  *   Copyright (C) 2013 Gregory Nutt. All rights reserved.
  *   Author: Gregory Nutt <gnutt@nuttx.org>
@@ -50,8 +50,8 @@
  *
  ************************************************************************************/
 
-#ifndef __ARCH_ARM_SRC_S5JT200_S5J_I2S_H
-#define __ARCH_ARM_SRC_S5JT200_S5J_I2S_H
+#ifndef __ARCH_ARM_SRC_S5J_I2S_H
+#define __ARCH_ARM_SRC_S5J_I2S_H
 
 /************************************************************************************
  * Included Files
@@ -119,4 +119,4 @@ FAR struct i2s_dev_s *s5j_i2s_initialize(uint16_t port);
 #endif
 
 #endif                                                 /* __ASSEMBLY__ */
-#endif                                                 /* __ARCH_ARM_SRC_S5JT200_S5J_I2S_H */
+#endif                                                 /* __ARCH_ARM_SRC_S5J_I2S_H */