diff mbox series

hwmon: drivetemp: fix typo temperatire => temperature

Message ID 20201115190910.12539-1-clabbe@baylibre.com (mailing list archive)
State Accepted
Headers show
Series hwmon: drivetemp: fix typo temperatire => temperature | expand

Commit Message

Corentin LABBE Nov. 15, 2020, 7:09 p.m. UTC
This patch fix a trivial typo temperatire => temperature.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 drivers/hwmon/drivetemp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Guenter Roeck Nov. 22, 2020, 3:27 p.m. UTC | #1
On Sun, Nov 15, 2020 at 07:09:10PM +0000, Corentin Labbe wrote:
> This patch fix a trivial typo temperatire => temperature.
> 
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>

Applied.

Thanks,
Guenter

> ---
>  drivers/hwmon/drivetemp.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
diff mbox series

Patch

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