w1: slaves: Typo fixes
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 19 Mar 2021 05:25:54 +0000 (10:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Mar 2021 07:26:30 +0000 (08:26 +0100)
s/mesured/measured/  .......twice

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Link: https://lore.kernel.org/r/20210319052554.966-1-unixbhaskar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/slaves/w1_therm.c

index ad47c164bc051418fcae133ebb71f4c5bd594950..9d08a1c9c44564b1ebf28863f1eb04417110ec35 100644 (file)
@@ -63,8 +63,8 @@ static u16 bulk_read_device_counter; /* =0 as per C standard */
 #define EEPROM_CMD_READ     "restore"  /* cmd for read eeprom sysfs */
 #define BULK_TRIGGER_CMD    "trigger"  /* cmd to trigger a bulk read */
 
-#define MIN_TEMP       -55     /* min temperature that can be mesured */
-#define MAX_TEMP       125     /* max temperature that can be mesured */
+#define MIN_TEMP       -55     /* min temperature that can be measured */
+#define MAX_TEMP       125     /* max temperature that can be measured */
 
 /* Allowed values for sysfs conv_time attribute */
 #define CONV_TIME_DEFAULT 0