]> git.karo-electronics.de Git - linux-beck.git/commitdiff
w1: Fix a typo in 'hardware' word
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 17 Jun 2012 15:17:31 +0000 (12:17 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Jun 2012 23:41:06 +0000 (16:41 -0700)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/w1_int.c

index 531434180afd1670cdd1db718615e0397cfdaf8a..5a98649f6abc27d563bf8ac957ddc0523a21f8e0 100644 (file)
@@ -118,7 +118,7 @@ int w1_add_master_device(struct w1_bus_master *master)
                return(-EINVAL);
         }
        /* While it would be electrically possible to make a device that
-        * generated a strong pullup in bit bang mode, only hardare that
+        * generated a strong pullup in bit bang mode, only hardware that
         * controls 1-wire time frames are even expected to support a strong
         * pullup.  w1_io.c would need to support calling set_pullup before
         * the last write_bit operation of a w1_write_8 which it currently