diff options
Diffstat (limited to 'sys/dev/vxge/include/vxgehal-mgmt.h')
| -rw-r--r-- | sys/dev/vxge/include/vxgehal-mgmt.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/vxge/include/vxgehal-mgmt.h b/sys/dev/vxge/include/vxgehal-mgmt.h index 682e81ed8891..effc9ab0a1cf 100644 --- a/sys/dev/vxge/include/vxgehal-mgmt.h +++ b/sys/dev/vxge/include/vxgehal-mgmt.h @@ -87,7 +87,7 @@ typedef struct vxge_hal_mgmt_about_info_t { * * Returns: VXGE_HAL_OK - success; * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * VXGE_HAL_FAIL - Failed to retrieve the information. * @@ -111,7 +111,7 @@ vxge_hal_mgmt_about(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * */ @@ -122,7 +122,7 @@ vxge_hal_mgmt_pci_config(vxge_hal_device_h devh, u8 *buffer, u32 *size); * struct vxge_hal_mgmt_pm_cap_t - Power Management Capabilities * @pm_cap_ver: Version * @pm_cap_pme_clock: PME clock required - * @pm_cap_aux_power: Auxilliary power support + * @pm_cap_aux_power: Auxiliary power support * @pm_cap_dsi: Device specific initialization * @pm_cap_aux_current: auxiliary current requirements * @pm_cap_cap_d0: D1 power state support @@ -412,7 +412,7 @@ vxge_hal_mgmt_pci_err_capabilities_get(vxge_hal_device_h devh, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_DRIVER_NOT_INITIALIZED - HAL is not initialized. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version is not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version is not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * * See also: vxge_hal_driver_config_t {}, vxge_hal_mgmt_device_config(). @@ -430,7 +430,7 @@ vxge_hal_mgmt_driver_config(vxge_hal_driver_config_t *drv_config, u32 *size); * @read_length: Size of the valid data in the buffer. * * Read HAL trace buffer contents starting from the offset - * upto the size of the buffer or till EOF is reached. + * up to the size of the buffer or till EOF is reached. * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_EOF_TRACE_BUF - No more data in the trace buffer. @@ -457,7 +457,7 @@ vxge_hal_mgmt_trace_read(char *buffer, * * Returns: VXGE_HAL_OK - success. * VXGE_HAL_ERR_INVALID_DEVICE - Device is not valid. - * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not maching. + * VXGE_HAL_ERR_VERSION_CONFLICT - Version it not matching. * VXGE_HAL_ERR_OUT_OF_SPACE - If the buffer is not sufficient * * See also: vxge_hal_device_config_t {}, vxge_hal_mgmt_driver_config(). |
