diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-12-28 21:51:37 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-04 14:36:17 -0700 |
commit | 0a4cbc53d7986967503c1fc6450110fbf1db3b4b (patch) | |
tree | 25f602a9793b0f58464a5e7081b89ad7b1184a3c | |
parent | 843e4d1ed9e5c4a5d7e42adf0a2ab078f8978946 (diff) | |
download | op-kernel-dev-0a4cbc53d7986967503c1fc6450110fbf1db3b4b.zip op-kernel-dev-0a4cbc53d7986967503c1fc6450110fbf1db3b4b.tar.gz |
Documentation: fix spelling mistakes of "Celcius" -- > "Celsius"
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/hwmon/ds1621 | 8 | ||||
-rw-r--r-- | Documentation/thermal/nouveau_thermal | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/hwmon/ds1621 b/Documentation/hwmon/ds1621 index f775e61..fa34079 100644 --- a/Documentation/hwmon/ds1621 +++ b/Documentation/hwmon/ds1621 @@ -117,10 +117,10 @@ support, which is achieved via the R0 and R1 config register bits, where: R0..R1 ------ - 0 0 => 9 bits, 0.5 degrees Celcius - 1 0 => 10 bits, 0.25 degrees Celcius - 0 1 => 11 bits, 0.125 degrees Celcius - 1 1 => 12 bits, 0.0625 degrees Celcius + 0 0 => 9 bits, 0.5 degrees Celsius + 1 0 => 10 bits, 0.25 degrees Celsius + 0 1 => 11 bits, 0.125 degrees Celsius + 1 1 => 12 bits, 0.0625 degrees Celsius Note: At initial device power-on, the default resolution is set to 12-bits. diff --git a/Documentation/thermal/nouveau_thermal b/Documentation/thermal/nouveau_thermal index 60bc293..6e17a11 100644 --- a/Documentation/thermal/nouveau_thermal +++ b/Documentation/thermal/nouveau_thermal @@ -42,7 +42,7 @@ thresholds can be configured thanks to the following HWMON attributes: * Critical: temp1_crit and temp1_crit_hyst; * Shutdown: temp1_emergency and temp1_emergency_hyst. -NOTE: Remember that the values are stored as milli degrees Celcius. Don't forget +NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget to multiply! Fan management |