mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
Be consistent... Use Name: consistent in function headers vs Function:
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user