sched: unify Private Types banners
unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
e57cfc3778
commit
a8e03eefcd
8 changed files with 8 additions and 8 deletions
|
|
@ -44,7 +44,7 @@
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct msgpool_s
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
#ifdef CONFIG_ARCH_HAVE_BACKTRACE
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ static struct smp_call_data_s g_call_data;
|
|||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct roundrobin_arg_s
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include "sched/sched.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
#ifdef CONFIG_SMP
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct suspend_arg_s
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int (*holderhandler_t)(FAR struct semholder_s *pholder,
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include "signal/signal.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Definitions
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct sigpool_s
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#ifndef CONFIG_BUILD_KERNEL
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue