summaryrefslogtreecommitdiff
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
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
-rw-r--r--nuttx/drivers/audio/audio_null.c2
-rw-r--r--nuttx/drivers/audio/i2schar.c2
-rw-r--r--nuttx/drivers/audio/vs1053.c2
-rw-r--r--nuttx/drivers/audio/vs1053.h2
-rw-r--r--nuttx/drivers/audio/wm8904.h2
-rw-r--r--nuttx/drivers/bch/bchdev_driver.c2
-rw-r--r--nuttx/drivers/input/ads7843e.h2
-rw-r--r--nuttx/drivers/input/max11802.h2
-rw-r--r--nuttx/drivers/input/stmpe811.h2
-rw-r--r--nuttx/drivers/input/tsc2007.h2
-rw-r--r--nuttx/drivers/lcd/sd1329.h2
-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
-rw-r--r--nuttx/drivers/mtd/flash_eraseall.c2
-rw-r--r--nuttx/drivers/mtd/smart.c2
-rw-r--r--nuttx/drivers/net/cs89x0.c2
-rw-r--r--nuttx/drivers/net/dm90x0.c2
-rw-r--r--nuttx/drivers/net/enc28j60.c2
-rw-r--r--nuttx/drivers/net/vnet.c2
-rw-r--r--nuttx/drivers/pipes/pipe.c2
-rw-r--r--nuttx/drivers/power/pm_internal.h2
-rw-r--r--nuttx/drivers/rwbuffer.c2
-rw-r--r--nuttx/drivers/sensors/adxl345.h2
-rw-r--r--nuttx/drivers/serial/lowconsole.c2
-rw-r--r--nuttx/drivers/serial/serial.c2
-rw-r--r--nuttx/drivers/syslog/syslog_console.c2
-rw-r--r--nuttx/drivers/usbhost/usbhost_enumerate.c2
-rw-r--r--nuttx/drivers/usbhost/usbhost_registry.h2
-rw-r--r--nuttx/drivers/usbhost/usbhost_trace.c2
-rw-r--r--nuttx/drivers/wireless/cc1101.c2
-rw-r--r--nuttx/drivers/wireless/cc3000/cc3000.h2
-rw-r--r--nuttx/drivers/wireless/cc3000/wlan.c2
36 files changed, 36 insertions, 36 deletions
diff --git a/nuttx/drivers/audio/audio_null.c b/nuttx/drivers/audio/audio_null.c
index 3d0459996..7e0f366a7 100644
--- a/nuttx/drivers/audio/audio_null.c
+++ b/nuttx/drivers/audio/audio_null.c
@@ -59,7 +59,7 @@
#include <nuttx/audio/audio_null.h>
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/drivers/audio/i2schar.c b/nuttx/drivers/audio/i2schar.c
index 4a12d5110..5f2d6a5c0 100644
--- a/nuttx/drivers/audio/i2schar.c
+++ b/nuttx/drivers/audio/i2schar.c
@@ -59,7 +59,7 @@
#include <nuttx/audio/i2s.h>
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/audio/vs1053.c b/nuttx/drivers/audio/vs1053.c
index 1d9b708e0..dfc4220ed 100644
--- a/nuttx/drivers/audio/vs1053.c
+++ b/nuttx/drivers/audio/vs1053.c
@@ -63,7 +63,7 @@
#include "vs1053.h"
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
#ifndef CONFIG_VS1053_SPIMODE
diff --git a/nuttx/drivers/audio/vs1053.h b/nuttx/drivers/audio/vs1053.h
index 79a6835f1..7a8a117a8 100644
--- a/nuttx/drivers/audio/vs1053.h
+++ b/nuttx/drivers/audio/vs1053.h
@@ -48,7 +48,7 @@
#ifdef CONFIG_AUDIO
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* SCI Instruction Opcodes **************************************************/
diff --git a/nuttx/drivers/audio/wm8904.h b/nuttx/drivers/audio/wm8904.h
index fd3a83b10..8aeb5bce6 100644
--- a/nuttx/drivers/audio/wm8904.h
+++ b/nuttx/drivers/audio/wm8904.h
@@ -56,7 +56,7 @@
#ifdef CONFIG_AUDIO
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* So far, I have not been able to get FLL lock interrupts. Worse, I have
* been able to get the FLL to claim that it is locked at all even when
diff --git a/nuttx/drivers/bch/bchdev_driver.c b/nuttx/drivers/bch/bchdev_driver.c
index d1a23c554..9382b4d58 100644
--- a/nuttx/drivers/bch/bchdev_driver.c
+++ b/nuttx/drivers/bch/bchdev_driver.c
@@ -61,7 +61,7 @@
#include "bch_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/drivers/input/ads7843e.h b/nuttx/drivers/input/ads7843e.h
index 902c386c7..84e316968 100644
--- a/nuttx/drivers/input/ads7843e.h
+++ b/nuttx/drivers/input/ads7843e.h
@@ -63,7 +63,7 @@
#include <nuttx/input/ads7843e.h>
/********************************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
********************************************************************************************/
/* Configuration ****************************************************************************/
/* Reference counting is partially implemented, but not needed in the current design. */
diff --git a/nuttx/drivers/input/max11802.h b/nuttx/drivers/input/max11802.h
index 15a568603..d1ee91395 100644
--- a/nuttx/drivers/input/max11802.h
+++ b/nuttx/drivers/input/max11802.h
@@ -58,7 +58,7 @@
#include <nuttx/input/max11802.h>
/********************************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
********************************************************************************************/
/* Configuration ****************************************************************************/
diff --git a/nuttx/drivers/input/stmpe811.h b/nuttx/drivers/input/stmpe811.h
index b219409a8..d96944f4c 100644
--- a/nuttx/drivers/input/stmpe811.h
+++ b/nuttx/drivers/input/stmpe811.h
@@ -56,7 +56,7 @@
#if defined(CONFIG_INPUT) && defined(CONFIG_INPUT_STMPE811)
/********************************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
********************************************************************************************/
/* Configuration ****************************************************************************/
/* Reference counting is partially implemented, but not needed in the current design.
diff --git a/nuttx/drivers/input/tsc2007.h b/nuttx/drivers/input/tsc2007.h
index 107eb701d..f02df95cd 100644
--- a/nuttx/drivers/input/tsc2007.h
+++ b/nuttx/drivers/input/tsc2007.h
@@ -51,7 +51,7 @@
********************************************************************************************/
/********************************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
********************************************************************************************/
/* TSC2007 Address */
diff --git a/nuttx/drivers/lcd/sd1329.h b/nuttx/drivers/lcd/sd1329.h
index 9517b18d6..e2a7dd193 100644
--- a/nuttx/drivers/lcd/sd1329.h
+++ b/nuttx/drivers/lcd/sd1329.h
@@ -44,7 +44,7 @@
#include <stdint.h>
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* SD1329 Commands **********************************************************/
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 *******************************************************************/
diff --git a/nuttx/drivers/mtd/flash_eraseall.c b/nuttx/drivers/mtd/flash_eraseall.c
index 67e93f0ef..e09f3cfac 100644
--- a/nuttx/drivers/mtd/flash_eraseall.c
+++ b/nuttx/drivers/mtd/flash_eraseall.c
@@ -47,7 +47,7 @@
#include <nuttx/mtd/mtd.h>
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************
diff --git a/nuttx/drivers/mtd/smart.c b/nuttx/drivers/mtd/smart.c
index b99bed493..b8ac874fc 100644
--- a/nuttx/drivers/mtd/smart.c
+++ b/nuttx/drivers/mtd/smart.c
@@ -63,7 +63,7 @@
#include <nuttx/fs/smart.h>
/****************************************************************************
- * Private Definitions
+ * Pre-processor Definitions
****************************************************************************/
//#define CONFIG_SMART_LOCAL_CHECKFREE
diff --git a/nuttx/drivers/net/cs89x0.c b/nuttx/drivers/net/cs89x0.c
index bb0a43304..1b2788291 100644
--- a/nuttx/drivers/net/cs89x0.c
+++ b/nuttx/drivers/net/cs89x0.c
@@ -60,7 +60,7 @@
#endif
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
#error "Under construction -- do not use"
diff --git a/nuttx/drivers/net/dm90x0.c b/nuttx/drivers/net/dm90x0.c
index 32129f50f..03e1e44f8 100644
--- a/nuttx/drivers/net/dm90x0.c
+++ b/nuttx/drivers/net/dm90x0.c
@@ -73,7 +73,7 @@
#endif
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* DM90000 and DM9010 register offets */
diff --git a/nuttx/drivers/net/enc28j60.c b/nuttx/drivers/net/enc28j60.c
index 78fcaf283..bb1834cd1 100644
--- a/nuttx/drivers/net/enc28j60.c
+++ b/nuttx/drivers/net/enc28j60.c
@@ -73,7 +73,7 @@
#include "enc28j60.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/net/vnet.c b/nuttx/drivers/net/vnet.c
index 6a61b7964..cba5f5aa6 100644
--- a/nuttx/drivers/net/vnet.c
+++ b/nuttx/drivers/net/vnet.c
@@ -67,7 +67,7 @@
#include <rgmp/stdio.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* CONFIG_VNET_NINTERFACES determines the number of physical interfaces
diff --git a/nuttx/drivers/pipes/pipe.c b/nuttx/drivers/pipes/pipe.c
index cec5d5f3d..530c9871a 100644
--- a/nuttx/drivers/pipes/pipe.c
+++ b/nuttx/drivers/pipes/pipe.c
@@ -56,7 +56,7 @@
#if CONFIG_DEV_PIPE_SIZE > 0
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
#define MAX_PIPES 32
diff --git a/nuttx/drivers/power/pm_internal.h b/nuttx/drivers/power/pm_internal.h
index db8c5324b..6499c65ea 100644
--- a/nuttx/drivers/power/pm_internal.h
+++ b/nuttx/drivers/power/pm_internal.h
@@ -51,7 +51,7 @@
#ifdef CONFIG_PM
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/rwbuffer.c b/nuttx/drivers/rwbuffer.c
index a34bd67df..fd2f73c77 100644
--- a/nuttx/drivers/rwbuffer.c
+++ b/nuttx/drivers/rwbuffer.c
@@ -57,7 +57,7 @@
#if defined(CONFIG_DRVR_WRITEBUFFER) || defined(CONFIG_DRVR_READAHEAD)
/****************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/sensors/adxl345.h b/nuttx/drivers/sensors/adxl345.h
index 64cb8d99e..9a87e9e13 100644
--- a/nuttx/drivers/sensors/adxl345.h
+++ b/nuttx/drivers/sensors/adxl345.h
@@ -54,7 +54,7 @@
#if defined(CONFIG_SENSORS_ADXL345)
/********************************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
********************************************************************************************/
#ifdef CONFIG_ADXL345_I2C
diff --git a/nuttx/drivers/serial/lowconsole.c b/nuttx/drivers/serial/lowconsole.c
index f1ee3885c..ada5b518d 100644
--- a/nuttx/drivers/serial/lowconsole.c
+++ b/nuttx/drivers/serial/lowconsole.c
@@ -47,7 +47,7 @@
#include <nuttx/fs/fs.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* The architecture must provide up_putc for this driver */
diff --git a/nuttx/drivers/serial/serial.c b/nuttx/drivers/serial/serial.c
index b2719e62a..ff4fe55d4 100644
--- a/nuttx/drivers/serial/serial.c
+++ b/nuttx/drivers/serial/serial.c
@@ -57,7 +57,7 @@
#include <nuttx/fs/ioctl.h>
/************************************************************************************
- * Definitions
+ * Pre-processor Definitions
************************************************************************************/
/* The architecture must provide up_putc for this driver */
diff --git a/nuttx/drivers/syslog/syslog_console.c b/nuttx/drivers/syslog/syslog_console.c
index 4c846b342..6e21231bd 100644
--- a/nuttx/drivers/syslog/syslog_console.c
+++ b/nuttx/drivers/syslog/syslog_console.c
@@ -48,7 +48,7 @@
#include <nuttx/syslog/syslog.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* The architecture must provide syslog_putc for this driver */
diff --git a/nuttx/drivers/usbhost/usbhost_enumerate.c b/nuttx/drivers/usbhost/usbhost_enumerate.c
index 989f6923a..2753898e0 100644
--- a/nuttx/drivers/usbhost/usbhost_enumerate.c
+++ b/nuttx/drivers/usbhost/usbhost_enumerate.c
@@ -52,7 +52,7 @@
#include <nuttx/usb/usbhost.h>
/*******************************************************************************
- * Definitions
+ * Pre-processor Definitions
*******************************************************************************/
/*******************************************************************************
diff --git a/nuttx/drivers/usbhost/usbhost_registry.h b/nuttx/drivers/usbhost/usbhost_registry.h
index 27874429e..436d29dfd 100644
--- a/nuttx/drivers/usbhost/usbhost_registry.h
+++ b/nuttx/drivers/usbhost/usbhost_registry.h
@@ -45,7 +45,7 @@
#include <nuttx/usb/usbhost.h>
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/usbhost/usbhost_trace.c b/nuttx/drivers/usbhost/usbhost_trace.c
index af97509ac..e99261b50 100644
--- a/nuttx/drivers/usbhost/usbhost_trace.c
+++ b/nuttx/drivers/usbhost/usbhost_trace.c
@@ -49,7 +49,7 @@
#undef usbtrace
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
diff --git a/nuttx/drivers/wireless/cc1101.c b/nuttx/drivers/wireless/cc1101.c
index beb8f34d5..16c1d33fb 100644
--- a/nuttx/drivers/wireless/cc1101.c
+++ b/nuttx/drivers/wireless/cc1101.c
@@ -107,7 +107,7 @@
#include <nuttx/wireless/cc1101.h>
/****************************************************************************
- * Pre-rocessor Definitions
+ * Pre-processor Definitions
****************************************************************************/
#define CC1101_SPIFREQ_BURST 6500000 /* Hz, no delay */
diff --git a/nuttx/drivers/wireless/cc3000/cc3000.h b/nuttx/drivers/wireless/cc3000/cc3000.h
index 9339e0275..0ebc118eb 100644
--- a/nuttx/drivers/wireless/cc3000/cc3000.h
+++ b/nuttx/drivers/wireless/cc3000/cc3000.h
@@ -60,7 +60,7 @@
#include <nuttx/wireless/cc3000/cc3000_common.h>
/****************************************************************************
- * Pre-Processor Definitions
+ * Pre-processor Definitions
****************************************************************************/
#define CONFIG_CC3000_MT /* Indicate multi threaded version */
diff --git a/nuttx/drivers/wireless/cc3000/wlan.c b/nuttx/drivers/wireless/cc3000/wlan.c
index 0036d34ea..e84fd8954 100644
--- a/nuttx/drivers/wireless/cc3000/wlan.c
+++ b/nuttx/drivers/wireless/cc3000/wlan.c
@@ -54,7 +54,7 @@
#include "cc3000drv.h"
/*****************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
*****************************************************************************/
#define SMART_CONFIG_PROFILE_SIZE 67 /* 67 = 32 (max ssid) + 32 (max key) +