1
0
Fork 0

w1: Spelling s/minmum/minimum/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
steinar/wifi_calib_4_9_kernel
Geert Uytterhoeven 2016-03-14 16:31:37 +01:00 committed by Greg Kroah-Hartman
parent f704938c0e
commit 8f8f41d160
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/