Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

w1: Fix a typo in 'hardware' word

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>

authored by

Otavio Salvador and committed by
Greg Kroah-Hartman
67901265 01eaf245

+1 -1
+1 -1
drivers/w1/w1_int.c
··· 118 118 return(-EINVAL); 119 119 } 120 120 /* While it would be electrically possible to make a device that 121 - * generated a strong pullup in bit bang mode, only hardare that 121 + * generated a strong pullup in bit bang mode, only hardware that 122 122 * controls 1-wire time frames are even expected to support a strong 123 123 * pullup. w1_io.c would need to support calling set_pullup before 124 124 * the last write_bit operation of a w1_write_8 which it currently