diff --git a/sched/clock/clock_getres.c b/sched/clock/clock_getres.c index 5f4a0b6e861..ef48a363ebc 100644 --- a/sched/clock/clock_getres.c +++ b/sched/clock/clock_getres.c @@ -47,7 +47,7 @@ #include "clock/clock.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/clock/clock_initialize.c b/sched/clock/clock_initialize.c index a807af37d76..50a9af1050e 100644 --- a/sched/clock/clock_initialize.c +++ b/sched/clock/clock_initialize.c @@ -56,7 +56,7 @@ #include "clock/clock.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Standard time definitions (in units of seconds) */ diff --git a/sched/clock/clock_settime.c b/sched/clock/clock_settime.c index 93b4d33866e..068626de0be 100644 --- a/sched/clock/clock_settime.c +++ b/sched/clock/clock_settime.c @@ -50,7 +50,7 @@ #include "clock/clock.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/clock/clock_ticks2time.c b/sched/clock/clock_ticks2time.c index 4164876678e..d77f8497f65 100644 --- a/sched/clock/clock_ticks2time.c +++ b/sched/clock/clock_ticks2time.c @@ -43,7 +43,7 @@ #include "clock/clock.h" /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/clock/clock_time2ticks.c b/sched/clock/clock_time2ticks.c index c54cc949bd4..df3407f2afc 100644 --- a/sched/clock/clock_time2ticks.c +++ b/sched/clock/clock_time2ticks.c @@ -45,7 +45,7 @@ #include "clock/clock.h" /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/irq/irq.h b/sched/irq/irq.h index eee96b54d1a..25bda551e58 100644 --- a/sched/irq/irq.h +++ b/sched/irq/irq.h @@ -47,7 +47,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_attach.c b/sched/irq/irq_attach.c index e7142e865a8..8e7d2d275e4 100644 --- a/sched/irq/irq_attach.c +++ b/sched/irq/irq_attach.c @@ -44,7 +44,7 @@ #include "irq/irq.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_dispatch.c b/sched/irq/irq_dispatch.c index b46a3590ba5..1da5d49c1ae 100644 --- a/sched/irq/irq_dispatch.c +++ b/sched/irq/irq_dispatch.c @@ -46,7 +46,7 @@ #include "irq/irq.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_initialize.c b/sched/irq/irq_initialize.c index 802f13b1a01..f9e97e933da 100644 --- a/sched/irq/irq_initialize.c +++ b/sched/irq/irq_initialize.c @@ -44,7 +44,7 @@ #include "irq/irq.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_unexpectedisr.c b/sched/irq/irq_unexpectedisr.c index 9b79930aafe..d4eacbee1df 100644 --- a/sched/irq/irq_unexpectedisr.c +++ b/sched/irq/irq_unexpectedisr.c @@ -46,7 +46,7 @@ #include "irq/irq.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/paging/paging.h b/sched/paging/paging.h index eef90421aed..e25bd782b8d 100644 --- a/sched/paging/paging.h +++ b/sched/paging/paging.h @@ -46,7 +46,7 @@ #ifdef CONFIG_PAGING /**************************************************************************** - * Pre-Processor Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/sched/pthread/pthread_barrierdestroy.c b/sched/pthread/pthread_barrierdestroy.c index 4501e80e7a8..b2535b0e41d 100644 --- a/sched/pthread/pthread_barrierdestroy.c +++ b/sched/pthread/pthread_barrierdestroy.c @@ -45,7 +45,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_barrierinit.c b/sched/pthread/pthread_barrierinit.c index aa9dad08912..4185d71807e 100644 --- a/sched/pthread/pthread_barrierinit.c +++ b/sched/pthread/pthread_barrierinit.c @@ -45,7 +45,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_barrierwait.c b/sched/pthread/pthread_barrierwait.c index 16ad78ccd19..7d0126eebe3 100644 --- a/sched/pthread/pthread_barrierwait.c +++ b/sched/pthread/pthread_barrierwait.c @@ -46,7 +46,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_cancel.c b/sched/pthread/pthread_cancel.c index 606825b16ee..d8694eb5194 100644 --- a/sched/pthread/pthread_cancel.c +++ b/sched/pthread/pthread_cancel.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /************************************************************************** - * Private Definitions + * Pre-processor Definitions **************************************************************************/ /************************************************************************** diff --git a/sched/pthread/pthread_condbroadcast.c b/sched/pthread/pthread_condbroadcast.c index 7b010149df4..2983fb2e9e1 100644 --- a/sched/pthread/pthread_condbroadcast.c +++ b/sched/pthread/pthread_condbroadcast.c @@ -47,7 +47,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condsignal.c b/sched/pthread/pthread_condsignal.c index 6d4740d38f6..c798f0d2c16 100644 --- a/sched/pthread/pthread_condsignal.c +++ b/sched/pthread/pthread_condsignal.c @@ -46,7 +46,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condtimedwait.c b/sched/pthread/pthread_condtimedwait.c index 766f9bbcd85..f6f8ec65bbf 100644 --- a/sched/pthread/pthread_condtimedwait.c +++ b/sched/pthread/pthread_condtimedwait.c @@ -57,7 +57,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condwait.c b/sched/pthread/pthread_condwait.c index 7b78be9e91b..55856ccbc8a 100644 --- a/sched/pthread/pthread_condwait.c +++ b/sched/pthread/pthread_condwait.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_exit.c b/sched/pthread/pthread_exit.c index 5fb57c8dfce..133cc52151d 100644 --- a/sched/pthread/pthread_exit.c +++ b/sched/pthread/pthread_exit.c @@ -54,7 +54,7 @@ #include "pthread/pthread.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_findjoininfo.c b/sched/pthread/pthread_findjoininfo.c index f867bd03a23..df5c82b0336 100644 --- a/sched/pthread/pthread_findjoininfo.c +++ b/sched/pthread/pthread_findjoininfo.c @@ -45,7 +45,7 @@ #include "pthread/pthread.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_getschedparam.c b/sched/pthread/pthread_getschedparam.c index 9c0743020f9..5671112b832 100644 --- a/sched/pthread/pthread_getschedparam.c +++ b/sched/pthread/pthread_getschedparam.c @@ -45,7 +45,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_getspecific.c b/sched/pthread/pthread_getspecific.c index c02dcde3e1b..c616fb764f9 100644 --- a/sched/pthread/pthread_getspecific.c +++ b/sched/pthread/pthread_getspecific.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_initialize.c b/sched/pthread/pthread_initialize.c index 36b5c565399..e946220b7b4 100644 --- a/sched/pthread/pthread_initialize.c +++ b/sched/pthread/pthread_initialize.c @@ -46,7 +46,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_keycreate.c b/sched/pthread/pthread_keycreate.c index 628f0d6af02..9e4dccdc25e 100644 --- a/sched/pthread/pthread_keycreate.c +++ b/sched/pthread/pthread_keycreate.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_keydelete.c b/sched/pthread/pthread_keydelete.c index 56f09ca70b0..ff1fba7bffd 100644 --- a/sched/pthread/pthread_keydelete.c +++ b/sched/pthread/pthread_keydelete.c @@ -46,7 +46,7 @@ #include "pthread/pthread.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_mutexdestroy.c b/sched/pthread/pthread_mutexdestroy.c index 5f8c4dc7297..b8abcb7168c 100644 --- a/sched/pthread/pthread_mutexdestroy.c +++ b/sched/pthread/pthread_mutexdestroy.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutexinit.c b/sched/pthread/pthread_mutexinit.c index d1362e6cb58..1224e61b6af 100644 --- a/sched/pthread/pthread_mutexinit.c +++ b/sched/pthread/pthread_mutexinit.c @@ -47,7 +47,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutexlock.c b/sched/pthread/pthread_mutexlock.c index ebd4ea9e3e5..16a7db3dd53 100644 --- a/sched/pthread/pthread_mutexlock.c +++ b/sched/pthread/pthread_mutexlock.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutextrylock.c b/sched/pthread/pthread_mutextrylock.c index 9b93f4378a4..da09c10e5c7 100644 --- a/sched/pthread/pthread_mutextrylock.c +++ b/sched/pthread/pthread_mutextrylock.c @@ -49,7 +49,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutexunlock.c b/sched/pthread/pthread_mutexunlock.c index 76974fbf132..990f17de8ac 100644 --- a/sched/pthread/pthread_mutexunlock.c +++ b/sched/pthread/pthread_mutexunlock.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_release.c b/sched/pthread/pthread_release.c index b7b5dcaa106..183053145af 100644 --- a/sched/pthread/pthread_release.c +++ b/sched/pthread/pthread_release.c @@ -47,7 +47,7 @@ #include "pthread/pthread.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_setcancelstate.c b/sched/pthread/pthread_setcancelstate.c index dcca9f3de66..be157a9f0d0 100644 --- a/sched/pthread/pthread_setcancelstate.c +++ b/sched/pthread/pthread_setcancelstate.c @@ -42,7 +42,7 @@ #include "sched/sched.h" /****************************************************************************************** - * Private Definitions + * Pre-processor Definitions ******************************************************************************************/ /****************************************************************************************** diff --git a/sched/pthread/pthread_setschedparam.c b/sched/pthread/pthread_setschedparam.c index 8ddc61f2555..e2c1704e2be 100644 --- a/sched/pthread/pthread_setschedparam.c +++ b/sched/pthread/pthread_setschedparam.c @@ -46,7 +46,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_setschedprio.c b/sched/pthread/pthread_setschedprio.c index ff0536b3a67..c36ac00862f 100644 --- a/sched/pthread/pthread_setschedprio.c +++ b/sched/pthread/pthread_setschedprio.c @@ -45,7 +45,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_setspecific.c b/sched/pthread/pthread_setspecific.c index 4b023fa0f6e..f21c171bff2 100644 --- a/sched/pthread/pthread_setspecific.c +++ b/sched/pthread/pthread_setspecific.c @@ -48,7 +48,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_sigmask.c b/sched/pthread/pthread_sigmask.c index b48370fce0c..59d979dc03c 100644 --- a/sched/pthread/pthread_sigmask.c +++ b/sched/pthread/pthread_sigmask.c @@ -45,7 +45,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_yield.c b/sched/pthread/pthread_yield.c index b5a5926e530..0d5e99b3df5 100644 --- a/sched/pthread/pthread_yield.c +++ b/sched/pthread/pthread_yield.c @@ -41,7 +41,7 @@ #include /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_addblocked.c b/sched/sched/sched_addblocked.c index cb2eda1908f..5f95a6c9f84 100644 --- a/sched/sched/sched_addblocked.c +++ b/sched/sched/sched_addblocked.c @@ -45,7 +45,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_free.c b/sched/sched/sched_free.c index 43e305dbe5e..854d8caab48 100644 --- a/sched/sched/sched_free.c +++ b/sched/sched/sched_free.c @@ -48,7 +48,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_getparam.c b/sched/sched/sched_getparam.c index f4d5dbb9b2b..1998e9b162d 100644 --- a/sched/sched/sched_getparam.c +++ b/sched/sched/sched_getparam.c @@ -45,7 +45,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_getscheduler.c b/sched/sched/sched_getscheduler.c index 6fde0d499a9..9bf29a0f3ae 100644 --- a/sched/sched/sched_getscheduler.c +++ b/sched/sched/sched_getscheduler.c @@ -48,7 +48,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_gettcb.c b/sched/sched/sched_gettcb.c index d46a1560447..f54e51571d9 100644 --- a/sched/sched/sched_gettcb.c +++ b/sched/sched/sched_gettcb.c @@ -44,7 +44,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_lock.c b/sched/sched/sched_lock.c index 1837a1e5ed0..e07a7433b14 100644 --- a/sched/sched/sched_lock.c +++ b/sched/sched/sched_lock.c @@ -46,7 +46,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_lockcount.c b/sched/sched/sched_lockcount.c index bfb70e9d193..72561650c4d 100644 --- a/sched/sched/sched_lockcount.c +++ b/sched/sched/sched_lockcount.c @@ -44,7 +44,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_removeblocked.c b/sched/sched/sched_removeblocked.c index 216b2627380..b17ec045a18 100644 --- a/sched/sched/sched_removeblocked.c +++ b/sched/sched/sched_removeblocked.c @@ -45,7 +45,7 @@ #include "sched/sched.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_reprioritize.c b/sched/sched/sched_reprioritize.c index 917ec871594..f23bc5d6637 100644 --- a/sched/sched/sched_reprioritize.c +++ b/sched/sched/sched_reprioritize.c @@ -48,7 +48,7 @@ #ifdef CONFIG_PRIORITY_INHERITANCE /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_rrgetinterval.c b/sched/sched/sched_rrgetinterval.c index 61d8c6bc5ec..9070fb88c24 100644 --- a/sched/sched/sched_rrgetinterval.c +++ b/sched/sched/sched_rrgetinterval.c @@ -49,7 +49,7 @@ #include "clock/clock.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_self.c b/sched/sched/sched_self.c index 75c41770692..75e4084cd8e 100644 --- a/sched/sched/sched_self.c +++ b/sched/sched/sched_self.c @@ -42,7 +42,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_setparam.c b/sched/sched/sched_setparam.c index 74da23035ac..23bb3ca6a29 100644 --- a/sched/sched/sched_setparam.c +++ b/sched/sched/sched_setparam.c @@ -48,7 +48,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_setpriority.c b/sched/sched/sched_setpriority.c index 177148a3a4c..a34fdba955b 100644 --- a/sched/sched/sched_setpriority.c +++ b/sched/sched/sched_setpriority.c @@ -47,7 +47,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_setscheduler.c b/sched/sched/sched_setscheduler.c index d70e24f7043..c73c9bd3821 100644 --- a/sched/sched/sched_setscheduler.c +++ b/sched/sched/sched_setscheduler.c @@ -50,7 +50,7 @@ #include "clock/clock.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_verifytcb.c b/sched/sched/sched_verifytcb.c index d9fb34f2d5c..33ead33f66e 100644 --- a/sched/sched/sched_verifytcb.c +++ b/sched/sched/sched_verifytcb.c @@ -45,7 +45,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_yield.c b/sched/sched/sched_yield.c index a4a3c744e53..933d03ede2e 100644 --- a/sched/sched/sched_yield.c +++ b/sched/sched/sched_yield.c @@ -44,7 +44,7 @@ #include "sched/sched.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_destroy.c b/sched/semaphore/sem_destroy.c index c4b0fc21695..1d1a955d102 100644 --- a/sched/semaphore/sem_destroy.c +++ b/sched/semaphore/sem_destroy.c @@ -45,7 +45,7 @@ #include "semaphore/semaphore.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_holder.c b/sched/semaphore/sem_holder.c index edfc32f2b82..22082b61306 100644 --- a/sched/semaphore/sem_holder.c +++ b/sched/semaphore/sem_holder.c @@ -51,7 +51,7 @@ #ifdef CONFIG_PRIORITY_INHERITANCE /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* Configuration ************************************************************/ diff --git a/sched/semaphore/sem_post.c b/sched/semaphore/sem_post.c index 3e3d1d868c8..974b6d20be8 100644 --- a/sched/semaphore/sem_post.c +++ b/sched/semaphore/sem_post.c @@ -48,7 +48,7 @@ #include "semaphore/semaphore.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_action.c b/sched/signal/sig_action.c index e73f7344dc8..090144b2b61 100644 --- a/sched/signal/sig_action.c +++ b/sched/signal/sig_action.c @@ -50,7 +50,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ #define COPY_SIGACTION(t,f) \ diff --git a/sched/signal/sig_allocatependingsigaction.c b/sched/signal/sig_allocatependingsigaction.c index 201a4939c1c..3ea627a298f 100644 --- a/sched/signal/sig_allocatependingsigaction.c +++ b/sched/signal/sig_allocatependingsigaction.c @@ -46,7 +46,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_cleanup.c b/sched/signal/sig_cleanup.c index f6172ccd7cf..58fc1093c76 100644 --- a/sched/signal/sig_cleanup.c +++ b/sched/signal/sig_cleanup.c @@ -43,7 +43,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_dispatch.c b/sched/signal/sig_dispatch.c index 48e35e21ea0..954b4d2cd24 100644 --- a/sched/signal/sig_dispatch.c +++ b/sched/signal/sig_dispatch.c @@ -55,7 +55,7 @@ #include "mqueue/mqueue.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_findaction.c b/sched/signal/sig_findaction.c index 82a85c634f2..62a7807c1aa 100644 --- a/sched/signal/sig_findaction.c +++ b/sched/signal/sig_findaction.c @@ -41,7 +41,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_initialize.c b/sched/signal/sig_initialize.c index a9091a3c893..66d24b97532 100644 --- a/sched/signal/sig_initialize.c +++ b/sched/signal/sig_initialize.c @@ -46,7 +46,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_lowest.c b/sched/signal/sig_lowest.c index a556f45b788..46f0de0c9bf 100644 --- a/sched/signal/sig_lowest.c +++ b/sched/signal/sig_lowest.c @@ -44,7 +44,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_mqnotempty.c b/sched/signal/sig_mqnotempty.c index 6516a72113b..ee936f02fcf 100644 --- a/sched/signal/sig_mqnotempty.c +++ b/sched/signal/sig_mqnotempty.c @@ -49,7 +49,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_nanosleep.c b/sched/signal/sig_nanosleep.c index 5bdfa57c2b0..c540d345140 100644 --- a/sched/signal/sig_nanosleep.c +++ b/sched/signal/sig_nanosleep.c @@ -50,7 +50,7 @@ #include "clock/clock.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_pause.c b/sched/signal/sig_pause.c index 9fa92e261eb..9344c2bec37 100644 --- a/sched/signal/sig_pause.c +++ b/sched/signal/sig_pause.c @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Preprocessor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_pending.c b/sched/signal/sig_pending.c index a1fa4169872..f60c56e9077 100644 --- a/sched/signal/sig_pending.c +++ b/sched/signal/sig_pending.c @@ -46,7 +46,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_procmask.c b/sched/signal/sig_procmask.c index 861c4104719..0ef425a2dcf 100644 --- a/sched/signal/sig_procmask.c +++ b/sched/signal/sig_procmask.c @@ -54,7 +54,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_queue.c b/sched/signal/sig_queue.c index 2cc46142e38..6e9b1b2ce9f 100644 --- a/sched/signal/sig_queue.c +++ b/sched/signal/sig_queue.c @@ -49,7 +49,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_releasependingsigaction.c b/sched/signal/sig_releasependingsigaction.c index b557e0503ee..424d7336845 100644 --- a/sched/signal/sig_releasependingsigaction.c +++ b/sched/signal/sig_releasependingsigaction.c @@ -44,7 +44,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_releasependingsignal.c b/sched/signal/sig_releasependingsignal.c index 17a52eeba20..0b58a35cba3 100644 --- a/sched/signal/sig_releasependingsignal.c +++ b/sched/signal/sig_releasependingsignal.c @@ -53,7 +53,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_removependingsignal.c b/sched/signal/sig_removependingsignal.c index b34cc6c827a..1eeef02d3ab 100644 --- a/sched/signal/sig_removependingsignal.c +++ b/sched/signal/sig_removependingsignal.c @@ -53,7 +53,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_suspend.c b/sched/signal/sig_suspend.c index 7e9ad11b4f1..807eb25176f 100644 --- a/sched/signal/sig_suspend.c +++ b/sched/signal/sig_suspend.c @@ -50,7 +50,7 @@ #include "signal/signal.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_unmaskpendingsignal.c b/sched/signal/sig_unmaskpendingsignal.c index 9ed670bba7b..9c4c9ba2ea8 100644 --- a/sched/signal/sig_unmaskpendingsignal.c +++ b/sched/signal/sig_unmaskpendingsignal.c @@ -45,7 +45,7 @@ #include "signal/signal.h" /************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_waitinfo.c b/sched/signal/sig_waitinfo.c index 0ea81c5787d..6e7fc1b1706 100644 --- a/sched/signal/sig_waitinfo.c +++ b/sched/signal/sig_waitinfo.c @@ -41,7 +41,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/signal.h b/sched/signal/signal.h index 2277dea1afa..fce53f916c3 100644 --- a/sched/signal/signal.h +++ b/sched/signal/signal.h @@ -49,7 +49,7 @@ #include /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /* The following definition determines the number of signal structures to diff --git a/sched/task/task_create.c b/sched/task/task_create.c index 351b3ddc04c..0da676fb420 100644 --- a/sched/task/task_create.c +++ b/sched/task/task_create.c @@ -53,7 +53,7 @@ #include "task/task.h" /**************************************************************************** - * Preprocessor Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_delete.c b/sched/task/task_delete.c index 1cf0c37d265..ae5ab231f65 100644 --- a/sched/task/task_delete.c +++ b/sched/task/task_delete.c @@ -47,7 +47,7 @@ #include "task/task.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_init.c b/sched/task/task_init.c index a4cf9fcfa0c..8a05cf60352 100644 --- a/sched/task/task_init.c +++ b/sched/task/task_init.c @@ -51,7 +51,7 @@ #include "task/task.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_restart.c b/sched/task/task_restart.c index a62d723fbd8..0d86326968b 100644 --- a/sched/task/task_restart.c +++ b/sched/task/task_restart.c @@ -51,7 +51,7 @@ #include "task/task.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_starthook.c b/sched/task/task_starthook.c index dcfb4fca992..7c43b7b2670 100644 --- a/sched/task/task_starthook.c +++ b/sched/task/task_starthook.c @@ -46,7 +46,7 @@ #ifdef CONFIG_SCHED_STARTHOOK /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_terminate.c b/sched/task/task_terminate.c index 510883ce2cc..c8192f50bcb 100644 --- a/sched/task/task_terminate.c +++ b/sched/task/task_terminate.c @@ -54,7 +54,7 @@ #include "task/task.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/timer/timer.h b/sched/timer/timer.h index 53a5ed349f5..8f53748abb2 100644 --- a/sched/timer/timer.h +++ b/sched/timer/timer.h @@ -49,7 +49,7 @@ #include /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ #define PT_FLAGS_PREALLOCATED 0x01 /* Timer comes from a pool of preallocated timers */ diff --git a/sched/timer/timer_create.c b/sched/timer/timer_create.c index ce488186dc0..fc8f9acd4ab 100644 --- a/sched/timer/timer_create.c +++ b/sched/timer/timer_create.c @@ -53,7 +53,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/timer/timer_delete.c b/sched/timer/timer_delete.c index 53a0dff2cbb..45933db2103 100644 --- a/sched/timer/timer_delete.c +++ b/sched/timer/timer_delete.c @@ -47,7 +47,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/timer/timer_getoverrun.c b/sched/timer/timer_getoverrun.c index c0a34c33ab5..ce2d44ba17f 100644 --- a/sched/timer/timer_getoverrun.c +++ b/sched/timer/timer_getoverrun.c @@ -47,7 +47,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/timer/timer_gettime.c b/sched/timer/timer_gettime.c index 1c162976a78..0653432302e 100644 --- a/sched/timer/timer_gettime.c +++ b/sched/timer/timer_gettime.c @@ -48,7 +48,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/timer/timer_initialize.c b/sched/timer/timer_initialize.c index d895cb38864..db1048ea9ac 100644 --- a/sched/timer/timer_initialize.c +++ b/sched/timer/timer_initialize.c @@ -50,7 +50,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/timer/timer_release.c b/sched/timer/timer_release.c index dda64f7e53b..2eb2a004bdc 100644 --- a/sched/timer/timer_release.c +++ b/sched/timer/timer_release.c @@ -49,7 +49,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/timer/timer_settime.c b/sched/timer/timer_settime.c index 1039a1fa7fc..308240b88cb 100644 --- a/sched/timer/timer_settime.c +++ b/sched/timer/timer_settime.c @@ -51,7 +51,7 @@ #ifndef CONFIG_DISABLE_POSIX_TIMERS /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /******************************************************************************** diff --git a/sched/wdog/wd_delete.c b/sched/wdog/wd_delete.c index 2bd16fe488f..11345ae055f 100644 --- a/sched/wdog/wd_delete.c +++ b/sched/wdog/wd_delete.c @@ -50,7 +50,7 @@ #include "wdog/wdog.h" /**************************************************************************** - * Definitions + * Pre-processor Definitions ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wd_gettime.c b/sched/wdog/wd_gettime.c index 52547d985da..81f0e31442e 100644 --- a/sched/wdog/wd_gettime.c +++ b/sched/wdog/wd_gettime.c @@ -44,7 +44,7 @@ #include "wdog/wdog.h" /******************************************************************************** - * Definitions + * Pre-processor Definitions ********************************************************************************/ /********************************************************************************