diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2020-11-15 20:09:10 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-12-03 02:42:23 +0100 |
commit | bde58ca86df9b4974dddd651a54f0793007d4fac (patch) | |
tree | 9efb3157c8a2836296d8c90574e3af2af4abb003 /drivers/hwmon | |
parent | docs: hwmon: (amd_energy) update documentation (diff) | |
download | linux-bde58ca86df9b4974dddd651a54f0793007d4fac.tar.xz linux-bde58ca86df9b4974dddd651a54f0793007d4fac.zip |
hwmon: drivetemp: fix typo temperatire => temperature
This patch fix a trivial typo temperatire => temperature.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Link: https://lore.kernel.org/r/20201115190910.12539-1-clabbe@baylibre.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/drivetemp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/drivetemp.c b/drivers/hwmon/drivetemp.c index 72c760373957..1eb37106a220 100644 --- a/drivers/hwmon/drivetemp.c +++ b/drivers/hwmon/drivetemp.c @@ -10,7 +10,7 @@ * hwmon: Driver for SCSI/ATA temperature sensors * by Constantin Baranov <const@mimas.ru>, submitted September 2009 * - * This drive supports reporting the temperatire of SATA drives. It can be + * This drive supports reporting the temperature of SATA drives. It can be * easily extended to report the temperature of SCSI drives. * * The primary means to read drive temperatures and temperature limits |