Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548068 > unrolled thread

[PATCH] mfd: fix spelling mistake: "Celcius" -> "Celsius"

Started byColin King <colin.king@canonical.com>
First post2016-12-28 23:00 +0100
Last post2016-12-28 23:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] mfd: fix spelling mistake: "Celcius" -> "Celsius" Colin King <colin.king@canonical.com> - 2016-12-28 23:00 +0100

#1548068 — [PATCH] mfd: fix spelling mistake: "Celcius" -> "Celsius"

FromColin King <colin.king@canonical.com>
Date2016-12-28 23:00 +0100
Subject[PATCH] mfd: fix spelling mistake: "Celcius" -> "Celsius"
Message-ID<sTuql-5OA-3@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in mfd headers

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 include/linux/mfd/abx500.h           | 2 +-
 include/linux/mfd/abx500/ab8500-bm.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/mfd/abx500.h b/include/linux/mfd/abx500.h
index 552cc1d..44412c9 100644
--- a/include/linux/mfd/abx500.h
+++ b/include/linux/mfd/abx500.h
@@ -45,7 +45,7 @@ enum abx500_adc_therm {
  * struct abx500_res_to_temp - defines one point in a temp to res curve. To
  * be used in battery packs that combines the identification resistor with a
  * NTC resistor.
- * @temp:			battery pack temperature in Celcius
+ * @temp:			battery pack temperature in Celsius
  * @resist:			NTC resistor net total resistance
  */
 struct abx500_res_to_temp {
diff --git a/include/linux/mfd/abx500/ab8500-bm.h b/include/linux/mfd/abx500/ab8500-bm.h
index 12a5b39..e63681e 100644
--- a/include/linux/mfd/abx500/ab8500-bm.h
+++ b/include/linux/mfd/abx500/ab8500-bm.h
@@ -279,7 +279,7 @@ enum bup_vch_sel {
  * struct res_to_temp - defines one point in a temp to res curve. To
  * be used in battery packs that combines the identification resistor with a
  * NTC resistor.
- * @temp:			battery pack temperature in Celcius
+ * @temp:			battery pack temperature in Celsius
  * @resist:			NTC resistor net total resistance
  */
 struct res_to_temp {
@@ -290,7 +290,7 @@ struct res_to_temp {
 /**
  * struct batres_vs_temp - defines one point in a temp vs battery internal
  * resistance curve.
- * @temp:			battery pack temperature in Celcius
+ * @temp:			battery pack temperature in Celsius
  * @resist:			battery internal reistance in mOhm
  */
 struct batres_vs_temp {
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web