mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Be consistent... Use Name: consistent in function headers vs Function:
This commit is contained in:
+6
-6
@@ -297,7 +297,7 @@ extern "C"
|
||||
void devif_initialize(void);
|
||||
|
||||
/****************************************************************************
|
||||
* Function: devif_callback_init
|
||||
* Name: devif_callback_init
|
||||
*
|
||||
* Description:
|
||||
* Configure the pre-allocated callback structures into a free list.
|
||||
@@ -310,7 +310,7 @@ void devif_initialize(void);
|
||||
void devif_callback_init(void);
|
||||
|
||||
/****************************************************************************
|
||||
* Function: devif_callback_alloc
|
||||
* Name: devif_callback_alloc
|
||||
*
|
||||
* Description:
|
||||
* Allocate a callback container from the free list.
|
||||
@@ -330,7 +330,7 @@ FAR struct devif_callback_s *
|
||||
FAR struct devif_callback_s **list);
|
||||
|
||||
/****************************************************************************
|
||||
* Function: devif_conn_callback_free
|
||||
* Name: devif_conn_callback_free
|
||||
*
|
||||
* Description:
|
||||
* Return a connection/port callback container to the free list.
|
||||
@@ -352,7 +352,7 @@ void devif_conn_callback_free(FAR struct net_driver_s *dev,
|
||||
FAR struct devif_callback_s **list);
|
||||
|
||||
/****************************************************************************
|
||||
* Function: devif_dev_callback_free
|
||||
* Name: devif_dev_callback_free
|
||||
*
|
||||
* Description:
|
||||
* Return a device callback container to the free list.
|
||||
@@ -375,7 +375,7 @@ void devif_dev_callback_free(FAR struct net_driver_s *dev,
|
||||
FAR struct devif_callback_s *cb);
|
||||
|
||||
/****************************************************************************
|
||||
* Function: devif_conn_event
|
||||
* Name: devif_conn_event
|
||||
*
|
||||
* Description:
|
||||
* Execute a list of callbacks.
|
||||
@@ -401,7 +401,7 @@ uint16_t devif_conn_event(FAR struct net_driver_s *dev, FAR void *pvconn,
|
||||
uint16_t flags, FAR struct devif_callback_s *list);
|
||||
|
||||
/****************************************************************************
|
||||
* Function: devif_dev_event
|
||||
* Name: devif_dev_event
|
||||
*
|
||||
* Description:
|
||||
* Execute a list of callbacks using the device event chain.
|
||||
|
||||
Reference in New Issue
Block a user