};
struct pass_resource_battery_ops {
- /* Get and set the state of batterh charging */
+ /* Get and set the state of battery charging */
int (*set_charging_status)(char *res_name, int state);
int (*get_charging_status)(char *res_name);
struct pass_resource_battery_ops battery;
/*
- * NOTE: It is not propper method. But PASS must need to keep
+ * NOTE: It is not proper method. But PASS must need to keep
* the backwards compatibility, set the PMQoS's data from
* platform to hal. So, It is not recommended to use it.
*