Fix the wrong comment banner
"Private Type"->"Private Types" Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
ac5c47fcb6
commit
6783051aed
@ -48,7 +48,7 @@
|
||||
#define CXD56CPU1_CPUID 1
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct cxd56_sigtype_s
|
||||
|
@ -57,7 +57,7 @@ int fw_pm_wakeupcpu(int cpuid);
|
||||
#define CPU_ID (CXD56_CPU_BASE + 0x40)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int farapicallback(void *data);
|
||||
|
@ -39,7 +39,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* GPIO context for IRQ management */
|
||||
|
@ -61,7 +61,7 @@
|
||||
(((VOL_TO_REG(vol) - MUTE_VOL_REG) & 0xff) * (n_cycle + 1) * 4 / 48 * 1000)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct set_vol_prm_s
|
||||
|
@ -45,7 +45,7 @@
|
||||
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_BINFS)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct binfs_dir_s
|
||||
|
@ -102,7 +102,7 @@
|
||||
#define CH_STAT_SIZE (1 << 7)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct nfs_dir_s
|
||||
|
@ -37,7 +37,7 @@
|
||||
#include "nxffs.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct nxffs_dir_s
|
||||
|
@ -44,7 +44,7 @@
|
||||
#include "fs_romfs.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/* This structure represents one entry node in the romfs file system */
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "smartfs.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct smartfs_dir_s
|
||||
|
@ -74,7 +74,7 @@
|
||||
#define spiffs_unlock_volume(fs) (nxrmutex_unlock(&fs->lock))
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct spiffs_dir_s
|
||||
|
@ -71,7 +71,7 @@
|
||||
nxrmutex_unlock(&tdo->tdo_lock)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct tmpfs_dir_s
|
||||
|
Loading…
x
Reference in New Issue
Block a user