From patchwork Mon Aug 14 13:43:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 801213 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=monstr-eu.20150623.gappssmtp.com header.i=@monstr-eu.20150623.gappssmtp.com header.b="Lg4qaeZQ"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xWGyx2vsbz9t2y for ; Mon, 14 Aug 2017 23:43:21 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752521AbdHNNnI (ORCPT ); Mon, 14 Aug 2017 09:43:08 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:32982 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751944AbdHNNnG (ORCPT ); Mon, 14 Aug 2017 09:43:06 -0400 Received: by mail-wm0-f67.google.com with SMTP id q189so14572439wmd.0 for ; Mon, 14 Aug 2017 06:43:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monstr-eu.20150623.gappssmtp.com; s=20150623; h=sender:from:to:cc:subject:date:message-id; bh=sb/IjKDk6Pm5Dh6s16KUj+snUl9o3t33V+cAJ92/CpQ=; b=Lg4qaeZQHVsc57W3kVYN2kjvUfuf+7SZSB8DmOo0xAQtXOY4Fpc02qLFY2edfPSsWI kOr9FRZB8Jk6FpnCaVgLOgVkt0N2NS0B1kO/UbAqRRwOkMDj/f/F8yw0joKdnlDyz0G9 LePLVMAlCz8M0SXd1mED2qK14ENBVAWW55sXNgb3mTHC2bjqykStxlCl/MBMC8Z6DvQm CAmUGYrWcP7k81Gk4dnrPdWUdZXtPBL85sgi8iR1K0mX8bua+2mfkG4h3r5j3T+qoUPv Kyit8nxd1EjKTAc/2hFHh8Iyrd+GcB9YAAAi6H+QJ0s4vMPvkLpuLISqTw8sbka3Z1Fq GI8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=sb/IjKDk6Pm5Dh6s16KUj+snUl9o3t33V+cAJ92/CpQ=; b=LFijESrUmvRFCSwUow2sFFlo+g1uxdm2ptxiJtoWHQA6pJZycNqdnhDtZrLMjK582s r0l30ijMR5uCafTNWfk0b3GX2sfsf720MJMOTvYuxoHJqs8r1/ce1piUaSUp1lqr4gK9 D/WKztgxDOxhvsnry2lDV46eUPC9WLGeAkHBggUDrQ9BX7sHo7f4l3KNDqNr9zCP2Qin mhoI84e4Lb5I+r+tckSDmL1i+UA3zmrew1Pc6DtV9ZM9QBzpVS1WFqWophRzPBN+8HS6 c8knSopc9tkAxk8qmIG7q6gQulWusSOHztl0eqScxQy+dSXvFLpVOGKl4ZyvdwdC3dqf RNVQ== X-Gm-Message-State: AHYfb5gYB6+y1GAwOPtG4wcfgwVsAZQHXZ+7J3kqtfHBSVnwx98oLopb kL+9YZJTY4CxKWgc X-Received: by 10.28.147.68 with SMTP id v65mr3739478wmd.95.1502718185288; Mon, 14 Aug 2017 06:43:05 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by smtp.gmail.com with ESMTPSA id 76sm5189658wmm.39.2017.08.14.06.43.04 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 14 Aug 2017 06:43:04 -0700 (PDT) From: Michal Simek To: linux-kernel@vger.kernel.org, monstr@monstr.eu Cc: David Miller , netdev@vger.kernel.org, Andrew Lunn , Florian Fainelli Subject: [PATCH net-next v3] net: phy: Use tab for indentation in Kconfig Date: Mon, 14 Aug 2017 15:43:00 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Using tabs instead of space for indentation. Signed-off-by: Michal Simek Reviewed-by: Andrew Lunn --- Changes in v3: - Fix commit message s/indentaion/indentation./ reported-by Andrew Lunn - Rebase on the top of net-next. HEAD commit: f5b589488ea5ed3bb6168b1a4e7f7b95841d8513 Changes in v2: - Rebased on the top of net-next. HEAD commit: 3b2b69efeca734b78bc85fd02253b0465bb2bec7 Suggested by David Miller drivers/net/phy/Kconfig | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 8c919203291a..5afe6fdcc968 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -5,7 +5,7 @@ menuconfig MDIO_DEVICE tristate "MDIO bus device drivers" help - MDIO devices and driver infrastructure code. + MDIO devices and driver infrastructure code. config MDIO_BUS tristate @@ -117,11 +117,11 @@ config MDIO_I2C This is library mode. config MDIO_MOXART - tristate "MOXA ART MDIO interface support" - depends on ARCH_MOXART - help - This driver supports the MDIO interface found in the network - interface units of the MOXA ART SoC + tristate "MOXA ART MDIO interface support" + depends on ARCH_MOXART + help + This driver supports the MDIO interface found in the network + interface units of the MOXA ART SoC config MDIO_OCTEON tristate "Octeon and some ThunderX SOCs MDIO buses" @@ -192,7 +192,7 @@ config LED_TRIGGER_PHY state change will trigger the events, for consumption by an LED class driver. There are triggers for each link speed currently supported by the phy, and are of the form: - :: + :: Where speed is in the form: Mbps or Gbps @@ -211,9 +211,9 @@ config AMD_PHY Currently supports the am79c874 config AQUANTIA_PHY - tristate "Aquantia PHYs" - ---help--- - Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 + tristate "Aquantia PHYs" + ---help--- + Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405 config AT803X_PHY tristate "AT803X PHYs" @@ -382,21 +382,21 @@ config STE10XP This is the driver for the STe100p and STe101p PHYs. config TERANETICS_PHY - tristate "Teranetics PHYs" - ---help--- - Currently supports the Teranetics TN2020 + tristate "Teranetics PHYs" + ---help--- + Currently supports the Teranetics TN2020 config VITESSE_PHY - tristate "Vitesse PHYs" - ---help--- - Currently supports the vsc8244 + tristate "Vitesse PHYs" + ---help--- + Currently supports the vsc8244 config XILINX_GMII2RGMII - tristate "Xilinx GMII2RGMII converter driver" - ---help--- - This driver support xilinx GMII to RGMII IP core it provides - the Reduced Gigabit Media Independent Interface(RGMII) between - Ethernet physical media devices and the Gigabit Ethernet controller. + tristate "Xilinx GMII2RGMII converter driver" + ---help--- + This driver support xilinx GMII to RGMII IP core it provides + the Reduced Gigabit Media Independent Interface(RGMII) between + Ethernet physical media devices and the Gigabit Ethernet controller. endif # PHYLIB