Fix the wrong comment banner
"Private Type"->"Private Types" "Public Data Type"->"Public Types" Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
6a8344bf37
commit
083eb5e993
@ -36,7 +36,7 @@
|
||||
#define THREAD_NUM CONFIG_SPINLOCK_MULTITHREAD
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct thread_parmeter_s
|
||||
|
@ -49,7 +49,7 @@
|
||||
#define APP_DEFAULT_VOL (400)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct app_options
|
||||
|
@ -52,7 +52,7 @@
|
||||
#define APP_DEFAULT_VOL (1000)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct app_options
|
||||
|
@ -44,7 +44,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct atcmd_postprocarg_t
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <lte/lte_lwm2m.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int (*atreply_parser_t)(FAR char *reply, int len, void *arg);
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "alt1250_usockif.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef CODE int (*postproc_hdlr_t)(FAR struct alt1250_s *dev,
|
||||
|
@ -43,7 +43,7 @@
|
||||
#include "alt1250_evt.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct reset_arg_s
|
||||
|
@ -50,7 +50,7 @@
|
||||
#define WRITESET_BIT (1 << 1)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Data Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct select_params_s
|
||||
|
@ -174,7 +174,7 @@
|
||||
(usockif_sendtxready((d)->usockfd, USOCKET_USOCKID(s)))
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct alt1250_s;
|
||||
|
@ -53,7 +53,7 @@
|
||||
#define REP_SEND_DACK_RXREADY W_CONTAINER_FREE(11)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
typedef int (*usrsock_reqhandler_t)(FAR struct alt1250_s *dev,
|
||||
|
@ -57,7 +57,7 @@
|
||||
usockif_sendevent((fff), (iii), USRSOCK_EVENT_RECVFROM_AVAIL)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
union usrsock_requests_u
|
||||
|
@ -35,7 +35,7 @@
|
||||
#define LTE_IMAGE_PERT_SIZE (256)
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
struct delta_header_s
|
||||
|
@ -54,7 +54,7 @@
|
||||
#define SMS_SET_MSG_INDEX(info, x) ((info)->msg_index = (x))
|
||||
|
||||
/****************************************************************************
|
||||
* Public Data Type
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
enum sms_state_e
|
||||
|
@ -47,7 +47,7 @@
|
||||
#include "driver/driver.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -66,7 +66,7 @@
|
||||
} while (0)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
struct rtc_state_s
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <lv_porting/lv_porting.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
@ -52,7 +52,7 @@
|
||||
} while (0)
|
||||
|
||||
/****************************************************************************
|
||||
* Private Type
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
||||
enum memorystress_rwerror_e
|
||||
|
Loading…
Reference in New Issue
Block a user