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
+2 -2
View File
@@ -103,7 +103,7 @@ struct net_driver_s *g_netdevices = NULL;
****************************************************************************/
/****************************************************************************
* Function: find_devnum
* Name: find_devnum
*
* Description:
* Given a device name format string, find the next device number for the
@@ -156,7 +156,7 @@ static int find_devnum(FAR const char *devfmt)
****************************************************************************/
/****************************************************************************
* Function: netdev_register
* Name: netdev_register
*
* Description:
* Register a network device driver and assign a name to it so that it can