summaryrefslogtreecommitdiffstats
path: root/include/linux/power
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel@ziswiler.com>2015-09-19 18:13:37 -0400
committerSebastian Reichel <sre@kernel.org>2015-09-22 10:04:30 -0400
commit75ea8ca844fd35ce365e35e1617b239892d31f72 (patch)
treee8eccbfbc57a001cc27a4179a6cb11318145aa6d /include/linux/power
parentc72b7bf82cc681c350c051e5f077b54dac531d2f (diff)
power: charger-manager: comment spelling fixes
By accident I stumbled over a few misspelled words in the charger-manager header file which this patch fixes. Namely: - Extcon rather than Exton - constraint rather than constratint - existence rather than existance - difference rather than diffential While at it also add a missing space before a closing comment star forward-slash. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'include/linux/power')
-rw-r--r--include/linux/power/charger-manager.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/power/charger-manager.h b/include/linux/power/charger-manager.h
index eadf28cb2fc9..c4fa907c8f14 100644
--- a/include/linux/power/charger-manager.h
+++ b/include/linux/power/charger-manager.h
@@ -65,7 +65,7 @@ struct charger_cable {
65 const char *extcon_name; 65 const char *extcon_name;
66 const char *name; 66 const char *name;
67 67
68 /* The charger-manager use Exton framework*/ 68 /* The charger-manager use Extcon framework */
69 struct extcon_specific_cable_nb extcon_dev; 69 struct extcon_specific_cable_nb extcon_dev;
70 struct work_struct wq; 70 struct work_struct wq;
71 struct notifier_block nb; 71 struct notifier_block nb;
@@ -94,7 +94,7 @@ struct charger_cable {
94 * the charger will be maintained with disabled state. 94 * the charger will be maintained with disabled state.
95 * @cables: 95 * @cables:
96 * the array of charger cables to enable/disable charger 96 * the array of charger cables to enable/disable charger
97 * and set current limit according to constratint data of 97 * and set current limit according to constraint data of
98 * struct charger_cable if only charger cable included 98 * struct charger_cable if only charger cable included
99 * in the array of charger cables is attached/detached. 99 * in the array of charger cables is attached/detached.
100 * @num_cables: the number of charger cables. 100 * @num_cables: the number of charger cables.
@@ -148,7 +148,7 @@ struct charger_regulator {
148 * @polling_interval_ms: interval in millisecond at which 148 * @polling_interval_ms: interval in millisecond at which
149 * charger manager will monitor battery health 149 * charger manager will monitor battery health
150 * @battery_present: 150 * @battery_present:
151 * Specify where information for existance of battery can be obtained 151 * Specify where information for existence of battery can be obtained
152 * @psy_charger_stat: the names of power-supply for chargers 152 * @psy_charger_stat: the names of power-supply for chargers
153 * @num_charger_regulator: the number of entries in charger_regulators 153 * @num_charger_regulator: the number of entries in charger_regulators
154 * @charger_regulators: array of charger regulators 154 * @charger_regulators: array of charger regulators
@@ -156,7 +156,7 @@ struct charger_regulator {
156 * @thermal_zone : the name of thermal zone for battery 156 * @thermal_zone : the name of thermal zone for battery
157 * @temp_min : Minimum battery temperature for charging. 157 * @temp_min : Minimum battery temperature for charging.
158 * @temp_max : Maximum battery temperature for charging. 158 * @temp_max : Maximum battery temperature for charging.
159 * @temp_diff : Temperature diffential to restart charging. 159 * @temp_diff : Temperature difference to restart charging.
160 * @measure_battery_temp: 160 * @measure_battery_temp:
161 * true: measure battery temperature 161 * true: measure battery temperature
162 * false: measure ambient temperature 162 * false: measure ambient temperature