Message ID | 20161228215137.7675-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
On Wed, Dec 28, 2016 at 09:51:37PM +0000, Colin Ian King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Guenter Roeck <linux@roeck-us.net> > --- > Documentation/hwmon/ds1621 | 8 ++++---- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, 28 Dec 2016 21:51:37 +0000 Colin King <colin.king@canonical.com> wrote: > Documentation/hwmon/ds1621 | 8 ++++---- > Documentation/thermal/nouveau_thermal | 2 +- > 2 files changed, 5 insertions(+), 5 deletions(-) Applied to the docs tree, thanks. jon -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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