Fix the wrong comment banner

"Private Type"->"Private Types"

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-12-03 22:48:00 +08:00 committed by Petro Karashchenko
parent ac5c47fcb6
commit 6783051aed
11 changed files with 11 additions and 11 deletions

View File

@ -48,7 +48,7 @@
#define CXD56CPU1_CPUID 1 #define CXD56CPU1_CPUID 1
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct cxd56_sigtype_s struct cxd56_sigtype_s

View File

@ -57,7 +57,7 @@ int fw_pm_wakeupcpu(int cpuid);
#define CPU_ID (CXD56_CPU_BASE + 0x40) #define CPU_ID (CXD56_CPU_BASE + 0x40)
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
typedef int farapicallback(void *data); typedef int farapicallback(void *data);

View File

@ -39,7 +39,7 @@
****************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
/* GPIO context for IRQ management */ /* GPIO context for IRQ management */

View File

@ -61,7 +61,7 @@
(((VOL_TO_REG(vol) - MUTE_VOL_REG) & 0xff) * (n_cycle + 1) * 4 / 48 * 1000) (((VOL_TO_REG(vol) - MUTE_VOL_REG) & 0xff) * (n_cycle + 1) * 4 / 48 * 1000)
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct set_vol_prm_s struct set_vol_prm_s

View File

@ -45,7 +45,7 @@
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_BINFS) #if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_BINFS)
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct binfs_dir_s struct binfs_dir_s

View File

@ -102,7 +102,7 @@
#define CH_STAT_SIZE (1 << 7) #define CH_STAT_SIZE (1 << 7)
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct nfs_dir_s struct nfs_dir_s

View File

@ -37,7 +37,7 @@
#include "nxffs.h" #include "nxffs.h"
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct nxffs_dir_s struct nxffs_dir_s

View File

@ -44,7 +44,7 @@
#include "fs_romfs.h" #include "fs_romfs.h"
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
/* This structure represents one entry node in the romfs file system */ /* This structure represents one entry node in the romfs file system */

View File

@ -47,7 +47,7 @@
#include "smartfs.h" #include "smartfs.h"
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct smartfs_dir_s struct smartfs_dir_s

View File

@ -74,7 +74,7 @@
#define spiffs_unlock_volume(fs) (nxrmutex_unlock(&fs->lock)) #define spiffs_unlock_volume(fs) (nxrmutex_unlock(&fs->lock))
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct spiffs_dir_s struct spiffs_dir_s

View File

@ -71,7 +71,7 @@
nxrmutex_unlock(&tdo->tdo_lock) nxrmutex_unlock(&tdo->tdo_lock)
/**************************************************************************** /****************************************************************************
* Private Type * Private Types
****************************************************************************/ ****************************************************************************/
struct tmpfs_dir_s struct tmpfs_dir_s