linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] power: charger-manager: comment spelling fixes
@ 2015-09-19 22:13 Marcel Ziswiler
  2015-09-22 15:18 ` Sebastian Reichel
  0 siblings, 1 reply; 2+ messages in thread
From: Marcel Ziswiler @ 2015-09-19 22:13 UTC (permalink / raw)
  To: linux-kernel
  Cc: Marcel Ziswiler, Jonghwa Lee, Sebastian Reichel,
	Krzysztof Kozlowski, Darren Hart

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>
---

 include/linux/power/charger-manager.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/linux/power/charger-manager.h b/include/linux/power/charger-manager.h
index eadf28c..c4fa907 100644
--- a/include/linux/power/charger-manager.h
+++ b/include/linux/power/charger-manager.h
@@ -65,7 +65,7 @@ struct charger_cable {
 	const char *extcon_name;
 	const char *name;
 
-	/* The charger-manager use Exton framework*/
+	/* The charger-manager use Extcon framework */
 	struct extcon_specific_cable_nb extcon_dev;
 	struct work_struct wq;
 	struct notifier_block nb;
@@ -94,7 +94,7 @@ struct charger_cable {
  *	the charger will be maintained with disabled state.
  * @cables:
  *	the array of charger cables to enable/disable charger
- *	and set current limit according to constratint data of
+ *	and set current limit according to constraint data of
  *	struct charger_cable if only charger cable included
  *	in the array of charger cables is attached/detached.
  * @num_cables: the number of charger cables.
@@ -148,7 +148,7 @@ struct charger_regulator {
  * @polling_interval_ms: interval in millisecond at which
  *	charger manager will monitor battery health
  * @battery_present:
- *	Specify where information for existance of battery can be obtained
+ *	Specify where information for existence of battery can be obtained
  * @psy_charger_stat: the names of power-supply for chargers
  * @num_charger_regulator: the number of entries in charger_regulators
  * @charger_regulators: array of charger regulators
@@ -156,7 +156,7 @@ struct charger_regulator {
  * @thermal_zone : the name of thermal zone for battery
  * @temp_min : Minimum battery temperature for charging.
  * @temp_max : Maximum battery temperature for charging.
- * @temp_diff : Temperature diffential to restart charging.
+ * @temp_diff : Temperature difference to restart charging.
  * @measure_battery_temp:
  *	true: measure battery temperature
  *	false: measure ambient temperature
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] power: charger-manager: comment spelling fixes
  2015-09-19 22:13 [PATCH] power: charger-manager: comment spelling fixes Marcel Ziswiler
@ 2015-09-22 15:18 ` Sebastian Reichel
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Reichel @ 2015-09-22 15:18 UTC (permalink / raw)
  To: Marcel Ziswiler
  Cc: linux-kernel, Jonghwa Lee, Krzysztof Kozlowski, Darren Hart

[-- Attachment #1: Type: text/plain, Size: 470 bytes --]

Hi,

On Sun, Sep 20, 2015 at 12:13:37AM +0200, Marcel Ziswiler wrote:
> 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.

Thanks, queued.

-- Sebastian

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-22 15:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-19 22:13 [PATCH] power: charger-manager: comment spelling fixes Marcel Ziswiler
2015-09-22 15:18 ` Sebastian Reichel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).