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:
raiden00pl
2025-05-27 18:14:47 +02:00
committed by Xiang Xiao
parent a8e03eefcd
commit 98e2267297
33 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -36,7 +36,7 @@
#include "pm.h"
/****************************************************************************
* Private Type Declarations
* Private Types
****************************************************************************/
struct pm_stability_governor_domain_s