mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Be consistent... Use Name: consistent in function headers vs Function:
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: mq_getattr
|
||||
* Name: mq_getattr
|
||||
*
|
||||
* Description:
|
||||
* This functions gets status information and attributes
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: mq_setattr
|
||||
* Name: mq_setattr
|
||||
*
|
||||
* Description:
|
||||
* This function sets the attributes associated with the
|
||||
|
||||
@@ -219,7 +219,7 @@ void weak_function sched_process_cpuload(void)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
* Function: clock_cpuload
|
||||
* Name: clock_cpuload
|
||||
*
|
||||
* Description:
|
||||
* Return load measurement data for the select PID.
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Function: sem_setprotocol
|
||||
* Name: sem_setprotocol
|
||||
*
|
||||
* Description:
|
||||
* Set semaphore protocol attribute.
|
||||
|
||||
Reference in New Issue
Block a user