mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 22:11:20 +08:00
rtems: Clarify IO manager documentation
Unify the wording across similar directives of other managers. Update #3993.
This commit is contained in:
@@ -195,8 +195,8 @@ typedef struct {
|
||||
* @param driver_table is the device driver address table.
|
||||
*
|
||||
* @param[out] registered_major is the pointer to a device major number
|
||||
* variable. The device major number of the registered device will be stored
|
||||
* in this variable, in case of a successful operation.
|
||||
* variable. When the directive call is successful, the device major number
|
||||
* of the registered device will be stored in this variable.
|
||||
*
|
||||
* @retval ::RTEMS_SUCCESSFUL The requested operation was successful.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user