diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-03-14 16:31:37 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-05-01 14:04:19 -0700 |
commit | 8f8f41d160747fda572eed785a5aa022f59f21ca (patch) | |
tree | 01450178e46706ab467d6a9020c8b30803da04d6 | |
parent | f704938c0ef1e3224e66b16d5b358f02cd351240 (diff) | |
download | linux-8f8f41d160747fda572eed785a5aa022f59f21ca.tar.bz2 |
w1: Spelling s/minmum/minimum/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/w1/w1_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/w1/w1_io.c b/drivers/w1/w1_io.c index 282092421cc9..f4bc8c100a01 100644 --- a/drivers/w1/w1_io.c +++ b/drivers/w1/w1_io.c @@ -352,7 +352,7 @@ int w1_reset_bus(struct w1_master *dev) w1_delay(70); result = dev->bus_master->read_bit(dev->bus_master->data) & 0x1; - /* minmum 70 (above) + 430 = 500 us + /* minimum 70 (above) + 430 = 500 us * There aren't any timing requirements between a reset and * the following transactions. Sleeping is safe here. */ |