summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mmcsd
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-08 07:15:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-08 07:15:32 -0600
commitb95dee48adbfb6b78af7668645f29e8d4a96ef46 (patch)
tree55b18cbc5042a281c9e7926522e5517d6896e7a3 /nuttx/drivers/mmcsd
parent840c91ae87b5c9f14229d48dc71ba5205f9bc282 (diff)
downloadpx4-nuttx-b95dee48adbfb6b78af7668645f29e8d4a96ef46.tar.gz
px4-nuttx-b95dee48adbfb6b78af7668645f29e8d4a96ef46.tar.bz2
px4-nuttx-b95dee48adbfb6b78af7668645f29e8d4a96ef46.zip
Make some file section headers more consistent with standard
Diffstat (limited to 'nuttx/drivers/mmcsd')
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_csd.h2
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_debug.c2
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_internal.h2
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_sdio.h2
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_spi.c2
-rw-r--r--nuttx/drivers/mmcsd/mmcsd_spi.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/drivers/mmcsd/mmcsd_csd.h b/nuttx/drivers/mmcsd/mmcsd_csd.h
index d5343aa84..46362d4ec 100644
--- a/nuttx/drivers/mmcsd/mmcsd_csd.h
+++ b/nuttx/drivers/mmcsd/mmcsd_csd.h
@@ -44,7 +44,7 @@
#include <stdint.h>
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* CSD **********************************************************************/
diff --git a/nuttx/drivers/mmcsd/mmcsd_debug.c b/nuttx/drivers/mmcsd/mmcsd_debug.c
index 45c643fa6..ea3788a29 100644
--- a/nuttx/drivers/mmcsd/mmcsd_debug.c
+++ b/nuttx/drivers/mmcsd/mmcsd_debug.c
@@ -50,7 +50,7 @@
#include "mmcsd_internal.h"
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/drivers/mmcsd/mmcsd_internal.h b/nuttx/drivers/mmcsd/mmcsd_internal.h
index ed669cdfa..36843685d 100644
--- a/nuttx/drivers/mmcsd/mmcsd_internal.h
+++ b/nuttx/drivers/mmcsd/mmcsd_internal.h
@@ -45,7 +45,7 @@
#include <debug.h>
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Enable excessive debug options */
diff --git a/nuttx/drivers/mmcsd/mmcsd_sdio.h b/nuttx/drivers/mmcsd/mmcsd_sdio.h
index 0c85912a0..900c40b7b 100644
--- a/nuttx/drivers/mmcsd/mmcsd_sdio.h
+++ b/nuttx/drivers/mmcsd/mmcsd_sdio.h
@@ -44,7 +44,7 @@
#include <stdint.h>
/********************************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
********************************************************************************************/
/* CMD8 Argument:
diff --git a/nuttx/drivers/mmcsd/mmcsd_spi.c b/nuttx/drivers/mmcsd/mmcsd_spi.c
index 19f0552cd..16fc31089 100644
--- a/nuttx/drivers/mmcsd/mmcsd_spi.c
+++ b/nuttx/drivers/mmcsd/mmcsd_spi.c
@@ -62,7 +62,7 @@
#include "mmcsd_internal.h"
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/mmcsd/mmcsd_spi.h b/nuttx/drivers/mmcsd/mmcsd_spi.h
index 8c6f9bae7..31a888e70 100644
--- a/nuttx/drivers/mmcsd/mmcsd_spi.h
+++ b/nuttx/drivers/mmcsd/mmcsd_spi.h
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* SPI *******************************************************************/