From a0cbe5804e6cee2850da923eedf2b2a3f9e44b8f Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Fri, 4 Oct 2019 11:14:50 -0700 Subject: [PATCH] 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 --- automotive/vehicle/2.0/types.hal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automotive/vehicle/2.0/types.hal b/automotive/vehicle/2.0/types.hal index 9dfd558f79..1355d9feab 100644 --- a/automotive/vehicle/2.0/types.hal +++ b/automotive/vehicle/2.0/types.hal @@ -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. */