diff --git a/drivers/audio/audio_null.c b/drivers/audio/audio_null.c index 3d04599961..7e0f366a78 100644 --- a/drivers/audio/audio_null.c +++ b/drivers/audio/audio_null.c @@ -59,7 +59,7 @@ #include /**************************************************************************** - * Private Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/drivers/audio/i2schar.c b/drivers/audio/i2schar.c index 4a12d51101..5f2d6a5c02 100644 --- a/drivers/audio/i2schar.c +++ b/drivers/audio/i2schar.c @@ -59,7 +59,7 @@ #include /**************************************************************************** - * Private Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/drivers/audio/vs1053.c b/drivers/audio/vs1053.c index 1d9b708e0d..dfc4220edb 100644 --- a/drivers/audio/vs1053.c +++ b/drivers/audio/vs1053.c @@ -63,7 +63,7 @@ #include "vs1053.h" /**************************************************************************** - * Private Definitions + * Pre-processor Definitions ****************************************************************************/ #ifndef CONFIG_VS1053_SPIMODE diff --git a/drivers/audio/vs1053.h b/drivers/audio/vs1053.h index 79a6835f1d..7a8a117a89 100644 --- a/drivers/audio/vs1053.h +++ b/drivers/audio/vs1053.h @@ -48,7 +48,7 @@ #ifdef CONFIG_AUDIO /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* SCI Instruction Opcodes **************************************************/ diff --git a/drivers/audio/wm8904.h b/drivers/audio/wm8904.h index fd3a83b10a..8aeb5bce63 100644 --- a/drivers/audio/wm8904.h +++ b/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/drivers/bch/bchdev_driver.c b/drivers/bch/bchdev_driver.c index d1a23c554f..9382b4d58a 100644 --- a/drivers/bch/bchdev_driver.c +++ b/drivers/bch/bchdev_driver.c @@ -61,7 +61,7 @@ #include "bch_internal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/drivers/input/ads7843e.h b/drivers/input/ads7843e.h index 902c386c7c..84e3169680 100644 --- a/drivers/input/ads7843e.h +++ b/drivers/input/ads7843e.h @@ -63,7 +63,7 @@ #include /******************************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ********************************************************************************************/ /* Configuration ****************************************************************************/ /* Reference counting is partially implemented, but not needed in the current design. */ diff --git a/drivers/input/max11802.h b/drivers/input/max11802.h index 15a568603e..d1ee913957 100644 --- a/drivers/input/max11802.h +++ b/drivers/input/max11802.h @@ -58,7 +58,7 @@ #include /******************************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ********************************************************************************************/ /* Configuration ****************************************************************************/ diff --git a/drivers/input/stmpe811.h b/drivers/input/stmpe811.h index b219409a8d..d96944f4c4 100644 --- a/drivers/input/stmpe811.h +++ b/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/drivers/input/tsc2007.h b/drivers/input/tsc2007.h index 107eb701d6..f02df95cd4 100644 --- a/drivers/input/tsc2007.h +++ b/drivers/input/tsc2007.h @@ -51,7 +51,7 @@ ********************************************************************************************/ /******************************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ********************************************************************************************/ /* TSC2007 Address */ diff --git a/drivers/lcd/sd1329.h b/drivers/lcd/sd1329.h index 9517b18d64..e2a7dd193e 100644 --- a/drivers/lcd/sd1329.h +++ b/drivers/lcd/sd1329.h @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* SD1329 Commands **********************************************************/ diff --git a/drivers/mmcsd/mmcsd_csd.h b/drivers/mmcsd/mmcsd_csd.h index d5343aa841..46362d4ece 100644 --- a/drivers/mmcsd/mmcsd_csd.h +++ b/drivers/mmcsd/mmcsd_csd.h @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* CSD **********************************************************************/ diff --git a/drivers/mmcsd/mmcsd_debug.c b/drivers/mmcsd/mmcsd_debug.c index 45c643fa6f..ea3788a29b 100644 --- a/drivers/mmcsd/mmcsd_debug.c +++ b/drivers/mmcsd/mmcsd_debug.c @@ -50,7 +50,7 @@ #include "mmcsd_internal.h" /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/drivers/mmcsd/mmcsd_internal.h b/drivers/mmcsd/mmcsd_internal.h index ed669cdfac..36843685d8 100644 --- a/drivers/mmcsd/mmcsd_internal.h +++ b/drivers/mmcsd/mmcsd_internal.h @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* Enable excessive debug options */ diff --git a/drivers/mmcsd/mmcsd_sdio.h b/drivers/mmcsd/mmcsd_sdio.h index 0c85912a01..900c40b7b1 100644 --- a/drivers/mmcsd/mmcsd_sdio.h +++ b/drivers/mmcsd/mmcsd_sdio.h @@ -44,7 +44,7 @@ #include /******************************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ********************************************************************************************/ /* CMD8 Argument: diff --git a/drivers/mmcsd/mmcsd_spi.c b/drivers/mmcsd/mmcsd_spi.c index 19f0552cde..16fc31089f 100644 --- a/drivers/mmcsd/mmcsd_spi.c +++ b/drivers/mmcsd/mmcsd_spi.c @@ -62,7 +62,7 @@ #include "mmcsd_internal.h" /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/drivers/mmcsd/mmcsd_spi.h b/drivers/mmcsd/mmcsd_spi.h index 8c6f9bae71..31a888e707 100644 --- a/drivers/mmcsd/mmcsd_spi.h +++ b/drivers/mmcsd/mmcsd_spi.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* SPI *******************************************************************/ diff --git a/drivers/mtd/flash_eraseall.c b/drivers/mtd/flash_eraseall.c index 67e93f0efa..e09f3cfacb 100644 --- a/drivers/mtd/flash_eraseall.c +++ b/drivers/mtd/flash_eraseall.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Private Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/drivers/mtd/smart.c b/drivers/mtd/smart.c index b99bed493f..b8ac874fc9 100644 --- a/drivers/mtd/smart.c +++ b/drivers/mtd/smart.c @@ -63,7 +63,7 @@ #include /**************************************************************************** - * Private Definitions + * Pre-processor Definitions ****************************************************************************/ //#define CONFIG_SMART_LOCAL_CHECKFREE diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index bb0a43304b..1b27882912 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c @@ -60,7 +60,7 @@ #endif /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #error "Under construction -- do not use" diff --git a/drivers/net/dm90x0.c b/drivers/net/dm90x0.c index 32129f50f0..03e1e44f8d 100644 --- a/drivers/net/dm90x0.c +++ b/drivers/net/dm90x0.c @@ -73,7 +73,7 @@ #endif /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* DM90000 and DM9010 register offets */ diff --git a/drivers/net/enc28j60.c b/drivers/net/enc28j60.c index 78fcaf2834..bb1834cd12 100644 --- a/drivers/net/enc28j60.c +++ b/drivers/net/enc28j60.c @@ -73,7 +73,7 @@ #include "enc28j60.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/drivers/net/vnet.c b/drivers/net/vnet.c index 6a61b7964e..cba5f5aa63 100644 --- a/drivers/net/vnet.c +++ b/drivers/net/vnet.c @@ -67,7 +67,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* CONFIG_VNET_NINTERFACES determines the number of physical interfaces diff --git a/drivers/pipes/pipe.c b/drivers/pipes/pipe.c index cec5d5f3dc..530c9871a2 100644 --- a/drivers/pipes/pipe.c +++ b/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/drivers/power/pm_internal.h b/drivers/power/pm_internal.h index db8c5324b1..6499c65eaf 100644 --- a/drivers/power/pm_internal.h +++ b/drivers/power/pm_internal.h @@ -51,7 +51,7 @@ #ifdef CONFIG_PM /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/drivers/rwbuffer.c b/drivers/rwbuffer.c index a34bd67df6..fd2f73c77a 100644 --- a/drivers/rwbuffer.c +++ b/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/drivers/sensors/adxl345.h b/drivers/sensors/adxl345.h index 64cb8d99ec..9a87e9e131 100644 --- a/drivers/sensors/adxl345.h +++ b/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/drivers/serial/lowconsole.c b/drivers/serial/lowconsole.c index f1ee3885c9..ada5b518d1 100644 --- a/drivers/serial/lowconsole.c +++ b/drivers/serial/lowconsole.c @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* The architecture must provide up_putc for this driver */ diff --git a/drivers/serial/serial.c b/drivers/serial/serial.c index b2719e62a2..ff4fe55d47 100644 --- a/drivers/serial/serial.c +++ b/drivers/serial/serial.c @@ -57,7 +57,7 @@ #include /************************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************************/ /* The architecture must provide up_putc for this driver */ diff --git a/drivers/syslog/syslog_console.c b/drivers/syslog/syslog_console.c index 4c846b3424..6e21231bd6 100644 --- a/drivers/syslog/syslog_console.c +++ b/drivers/syslog/syslog_console.c @@ -48,7 +48,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* The architecture must provide syslog_putc for this driver */ diff --git a/drivers/usbhost/usbhost_enumerate.c b/drivers/usbhost/usbhost_enumerate.c index 989f6923aa..2753898e00 100644 --- a/drivers/usbhost/usbhost_enumerate.c +++ b/drivers/usbhost/usbhost_enumerate.c @@ -52,7 +52,7 @@ #include /******************************************************************************* - * Definitions + * Pre-processor Definitions *******************************************************************************/ /******************************************************************************* diff --git a/drivers/usbhost/usbhost_registry.h b/drivers/usbhost/usbhost_registry.h index 27874429e5..436d29dfd8 100644 --- a/drivers/usbhost/usbhost_registry.h +++ b/drivers/usbhost/usbhost_registry.h @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/drivers/usbhost/usbhost_trace.c b/drivers/usbhost/usbhost_trace.c index af97509ac9..e99261b50e 100644 --- a/drivers/usbhost/usbhost_trace.c +++ b/drivers/usbhost/usbhost_trace.c @@ -49,7 +49,7 @@ #undef usbtrace /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/drivers/wireless/cc1101.c b/drivers/wireless/cc1101.c index beb8f34d52..16c1d33fbc 100644 --- a/drivers/wireless/cc1101.c +++ b/drivers/wireless/cc1101.c @@ -107,7 +107,7 @@ #include /**************************************************************************** - * Pre-rocessor Definitions + * Pre-processor Definitions ****************************************************************************/ #define CC1101_SPIFREQ_BURST 6500000 /* Hz, no delay */ diff --git a/drivers/wireless/cc3000/cc3000.h b/drivers/wireless/cc3000/cc3000.h index 9339e02756..0ebc118ebb 100644 --- a/drivers/wireless/cc3000/cc3000.h +++ b/drivers/wireless/cc3000/cc3000.h @@ -60,7 +60,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ #define CONFIG_CC3000_MT /* Indicate multi threaded version */ diff --git a/drivers/wireless/cc3000/wlan.c b/drivers/wireless/cc3000/wlan.c index 0036d34ea0..e84fd8954f 100644 --- a/drivers/wireless/cc3000/wlan.c +++ b/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) +