mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Make sure that labeling is used consistently in all function headers.
This commit is contained in:
@@ -273,11 +273,11 @@ void stm32_usbhost_vbusdrive(int iface, bool enable)
|
||||
* Setup to receive an interrupt-level callback if an overcurrent condition is
|
||||
* detected.
|
||||
*
|
||||
* Input Parameter:
|
||||
* Input Parameters:
|
||||
* handler - New overcurrent interrupt handler
|
||||
* arg - The argument provided for the interrupt handler
|
||||
*
|
||||
* Returned value:
|
||||
* Returned Value:
|
||||
* Zero (OK) is returned on success. Otherwise, a negated errno value is returned
|
||||
* to indicate the nature of the failure.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user