Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262402AbVCBSow (ORCPT ); Wed, 2 Mar 2005 13:44:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262393AbVCBSov (ORCPT ); Wed, 2 Mar 2005 13:44:51 -0500 Received: from smtp-103-wednesday.noc.nerim.net ([62.4.17.103]:19978 "EHLO mallaury.noc.nerim.net") by vger.kernel.org with ESMTP id S262402AbVCBSor (ORCPT ); Wed, 2 Mar 2005 13:44:47 -0500 Date: Wed, 2 Mar 2005 19:45:22 +0100 From: Jean Delvare To: Greg KH Cc: James Chapman , LKML , LM Sensors Subject: [PATCH 2.6] Trivial indentation fix in i2c/chips/Kconfig Message-Id: <20050302194522.2512fe02.khali@linux-fr.org> In-Reply-To: References: <4224C0D4.2060303@katalix.com> Reply-To: LM Sensors , LKML X-Mailer: Sylpheed version 1.0.2 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 959 Lines: 34 Hi Greg, Quoting myself: > (...) I also think I see an indentation issue on the "tristate" line, > seemingly copied from the SENSORS_DS1621 section which would need to > be fixed as well. Here is the trivial patch fixing that, if you want to apply it. Thanks, Signed-off-by: Jean Delvare --- linux-2.6.11/drivers/i2c/chips/Kconfig.orig Wed Mar 2 15:12:34 2005 +++ linux-2.6.11/drivers/i2c/chips/Kconfig Wed Mar 2 15:15:12 2005 @@ -63,7 +63,7 @@ will be called asb100. config SENSORS_DS1621 - tristate "Dallas Semiconductor DS1621 and DS1625" + tristate "Dallas Semiconductor DS1621 and DS1625" depends on I2C && EXPERIMENTAL select I2C_SENSOR help -- Jean Delvare - 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/