From 158c7f7574eaff4a51b9b67d2144f1beed5322c3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 8 Apr 2015 07:25:06 -0600 Subject: [PATCH] Make some file section headers more consistent with standard --- include/cle.h | 2 +- include/inifile.h | 2 +- include/nsh.h | 2 +- include/prun.h | 2 +- include/readline.h | 2 +- include/tiff.h | 2 +- include/usbmonitor.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/cle.h b/include/cle.h index 5cb903212..4218b29e6 100644 --- a/include/cle.h +++ b/include/cle.h @@ -48,7 +48,7 @@ #ifdef CONFIG_SYSTEM_CLE /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/include/inifile.h b/include/inifile.h index bc8ca3a20..d03ccd39b 100644 --- a/include/inifile.h +++ b/include/inifile.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/include/nsh.h b/include/nsh.h index 1a25d08ed..b4183cd9b 100644 --- a/include/nsh.h +++ b/include/nsh.h @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* If a USB device is selected for the NSH console then we need to handle some * special start-up conditions. diff --git a/include/prun.h b/include/prun.h index c768ee7f8..1f12028b2 100644 --- a/include/prun.h +++ b/include/prun.h @@ -45,7 +45,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/include/readline.h b/include/readline.h index a9c322b8c..e103db69f 100644 --- a/include/readline.h +++ b/include/readline.h @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/include/tiff.h b/include/tiff.h index c3277c8f4..1f603bb66 100644 --- a/include/tiff.h +++ b/include/tiff.h @@ -48,7 +48,7 @@ #include /************************************************************************************ - * Pre-Processor Definitions + * Pre-processor Definitions ************************************************************************************/ /* Configuration ********************************************************************/ diff --git a/include/usbmonitor.h b/include/usbmonitor.h index 396cf9f32..3dd50eef0 100644 --- a/include/usbmonitor.h +++ b/include/usbmonitor.h @@ -45,7 +45,7 @@ #ifdef CONFIG_SYSTEM_USBMONITOR /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /****************************************************************************