mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Edit a comment to reflect an actual enum type name
There is nothing named enum_vehicle_ap_power_state_shutdown_param_type in the Vehicle HAL source tree. The right greppable type name is VehicleApPowerStateShutdownParam. Test: git diff Change-Id: Ib6c8be491df9aa6cb3143b28a12b70bd4b8c29cc
This commit is contained in:
@@ -2537,7 +2537,7 @@ enum VehicleApPowerStateReq : int32_t {
|
||||
* power controller must change power state to this state to shutdown
|
||||
* system.
|
||||
*
|
||||
* int32Values[1] : one of enum_vehicle_ap_power_state_shutdown_param_type
|
||||
* int32Values[1] : one of VehicleApPowerStateShutdownParam
|
||||
*
|
||||
* SHUTDOWN_PRPARE may be requested from either WAIT_FOR_VHAL or ON states.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user