Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757401Ab2FQDER (ORCPT ); Sat, 16 Jun 2012 23:04:17 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:62317 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756269Ab2FQDEQ (ORCPT ); Sat, 16 Jun 2012 23:04:16 -0400 From: Otavio Salvador To: linux-kernel@vger.kernel.org Cc: Otavio Salvador , Evgeniy Polyakov Subject: [PATCH 1/2] w1: Fix a typo in 'hardware' word Date: Sun, 17 Jun 2012 00:06:54 -0300 Message-Id: <1339902416-19299-1-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.10 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1091 Lines: 27 Signed-off-by: Otavio Salvador Cc: Evgeniy Polyakov --- drivers/w1/w1_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c index 6828835..afa5f5d 100644 --- a/drivers/w1/w1_int.c +++ b/drivers/w1/w1_int.c @@ -117,7 +117,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 -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/