mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-29 23:24:11 +08:00
w1: slaves: Typo fixes
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>
This commit is contained in:
parent
b0ebbaeee3
commit
d8da00e1a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user