mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-18 17:32:09 +08:00
Fix the minor style issue
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:

committed by
Petro Karashchenko

parent
4941182cc6
commit
893387b2c5
@@ -703,7 +703,7 @@ static void netinit_configure(void)
|
||||
|
||||
#ifdef CONFIG_NETINIT_MONITOR
|
||||
static void netinit_signal(int signo, FAR siginfo_t *siginfo,
|
||||
FAR void * context)
|
||||
FAR void *context)
|
||||
{
|
||||
int semcount;
|
||||
int ret;
|
||||
@@ -995,10 +995,10 @@ static pthread_addr_t netinit_thread(pthread_addr_t arg)
|
||||
int netinit_bringup(void)
|
||||
{
|
||||
#ifdef CONFIG_NETINIT_THREAD
|
||||
struct sched_param sparam;
|
||||
pthread_attr_t attr;
|
||||
pthread_t tid;
|
||||
int ret;
|
||||
struct sched_param sparam;
|
||||
pthread_attr_t attr;
|
||||
pthread_t tid;
|
||||
int ret;
|
||||
|
||||
/* Start the network initialization thread to perform the network bring-up
|
||||
* asynchronously.
|
||||
|
Reference in New Issue
Block a user