Be consistent... Use Name: consistent in function headers vs Function:

This commit is contained in:
Gregory Nutt
2017-04-21 16:33:14 -06:00
parent 2c4800f511
commit d5207efb5a
213 changed files with 730 additions and 730 deletions
+6 -6
View File
@@ -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.