From patchwork Sat Nov 13 18:43:29 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Philippe De Muyter X-Patchwork-Id: 71069 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3F641B7119 for ; Sun, 14 Nov 2010 05:44:10 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756310Ab0KMSoG (ORCPT ); Sat, 13 Nov 2010 13:44:06 -0500 Received: from mailrelay001.isp.belgacom.be ([195.238.6.51]:24540 "EHLO mailrelay001.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755814Ab0KMSoE (ORCPT ); Sat, 13 Nov 2010 13:44:04 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnUFAItq3kzCTtAn/2dsb2JhbACUVI4Acb0ShUoEilc Received: from smtp2.macqel.be ([194.78.208.39]) by relay.skynet.be with ESMTP; 13 Nov 2010 19:43:55 +0100 Received: from localhost (localhost [127.0.0.1]) by smtp2.macqel.be (Postfix) with ESMTP id C21BE150A82; Sat, 13 Nov 2010 19:43:37 +0100 (CET) X-Virus-Scanned: amavisd-new at macqel.be Received: from smtp2.macqel.be ([127.0.0.1]) by localhost (mail.macqel.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fVFDUTNfkDkv; Sat, 13 Nov 2010 19:43:33 +0100 (CET) Received: from frolo.macqel.be (frolo.macqel [10.1.40.73]) by smtp2.macqel.be (Postfix) with ESMTP id DF45C130CFB; Sat, 13 Nov 2010 19:43:33 +0100 (CET) Received: by frolo.macqel.be (Postfix, from userid 1000) id EE2DCDF0414; Sat, 13 Nov 2010 19:43:33 +0100 (CET) From: Philippe De Muyter To: netdev@vger.kernel.org Cc: Philippe De Muyter Subject: [PATCH] net: more Kconfig whitespace cleanup Date: Sat, 13 Nov 2010 19:43:29 +0100 Message-Id: <1289673809-17825-1-git-send-email-phdm@macqel.be> X-Mailer: git-send-email 1.7.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org indentation for TSI108_ETH entry was too big. Signed-off-by: Philippe De Muyter --- drivers/net/Kconfig | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 805cf5d..90431de 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2389,12 +2389,12 @@ config SPIDER_NET Cell Processor-Based Blades from IBM. config TSI108_ETH - tristate "Tundra TSI108 gigabit Ethernet support" - depends on TSI108_BRIDGE - help - This driver supports Tundra TSI108 gigabit Ethernet ports. - To compile this driver as a module, choose M here: the module - will be called tsi108_eth. + tristate "Tundra TSI108 gigabit Ethernet support" + depends on TSI108_BRIDGE + help + This driver supports Tundra TSI108 gigabit Ethernet ports. + To compile this driver as a module, choose M here: the module + will be called tsi108_eth. config GELIC_NET tristate "PS3 Gigabit Ethernet driver"