Re: [PATCH] hwmon: drivetemp: fix typo temperatire => temperature

2020-11-22 Thread Guenter Roeck
On Sun, Nov 15, 2020 at 07:09:10PM +, Corentin Labbe wrote: > This patch fix a trivial typo temperatire => temperature. > > Signed-off-by: Corentin Labbe Applied. Thanks, Guenter > --- > drivers/hwmon/drivetemp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH] hwmon: drivetemp: fix typo temperatire => temperature

2020-11-15 Thread Corentin Labbe
This patch fix a trivial typo temperatire => temperature. Signed-off-by: Corentin Labbe --- 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 ---