From: Otavio Salvador Date: Sun, 17 Jun 2012 15:17:31 +0000 (-0300) Subject: w1: Fix a typo in 'hardware' word X-Git-Tag: v3.6-rc1~99^2~14^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=679012655acecfa807038ccf9237bba246f9fad8;p=profile%2Fivi%2Fkernel-x86-ivi.git w1: Fix a typo in 'hardware' word Signed-off-by: Otavio Salvador Acked-by: Evgeniy Polyakov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c index 5314341..5a98649 100644 --- a/drivers/w1/w1_int.c +++ b/drivers/w1/w1_int.c @@ -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