mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
drivers: 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:
@@ -56,7 +56,7 @@
|
||||
#define TIME_SLICE_TICKS ((CONFIG_PM_GOVERNOR_SLICEMS * CLOCKS_PER_SEC) / 1000)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pm_domain_state_s
|
||||
|
||||
@@ -41,7 +41,7 @@ static_assert(CONFIG_PM_NDOMAINS >= (CONFIG_SMP_NCPUS + 1),
|
||||
"No enough domain for PM SMP to occupy");
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pm_idle_s
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
#include "pm.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type Declarations
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct pm_stability_governor_domain_s
|
||||
|
||||
Reference in New Issue
Block a user