From patchwork Fri Aug 11 12:48:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Simek X-Patchwork-Id: 800540 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="czGXeuQj"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xTPvw2vxmz9t2W for ; Fri, 11 Aug 2017 22:49:16 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752909AbdHKMtB (ORCPT ); Fri, 11 Aug 2017 08:49:01 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:38308 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752724AbdHKMs7 (ORCPT ); Fri, 11 Aug 2017 08:48:59 -0400 Received: by mail-wr0-f194.google.com with SMTP id g32so2487850wrd.5 for ; Fri, 11 Aug 2017 05:48:59 -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=OsUGFSR3MXxcUmm77O4P43+adDUFJYwmkqutZV/8rjg=; b=czGXeuQjM8ciS8KLq3YKgZOFDWF+0oi8sJuLzxRYwRlBlctglYP51z3gs9RTx9GRMW oCJrH7ZiwUxr/YkzL9KO69ez8IeDjLd8NeZpgNDVyzpppQHX+XV9ZJzTivnH0CZjlzv7 IBKwZGR1eMccOuMi93blC9oXgbw+OQ9cEhlSY64wgdt2LebOFn+0SpujMrgjI1iZhhjK vYYqpXQK5z4F+i1ThOBqakt0MJhaRCmA1pNMe5MDSVdZBFGcYWljGt58YhuxAWStNQ05 b8PuBHJ+3/c3Z8KX2vHIDN6ljUHHMGudzHctKmBA9+LwMwRVD1bVmVhWkIrwR9ckyBFx Jr3A== 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=OsUGFSR3MXxcUmm77O4P43+adDUFJYwmkqutZV/8rjg=; b=i6RgVKcEEqkot0VZFVVT5pvTQikexLmU1tkIQo19lZjCpxzyZOU05GvsOGRSZIK/wX XoRnpEFLfmUiE0iOTjV6UAHeAHka0moe3a28OaUfSDHqH+M2KHWsVAV92WEmhiVtO8/z QNai30lDHrh6cPn9yo1Nt0hRp00hzKgZc2v/tPyQAU+ujPgcL9j4WY+Jd7XRZRYXEPvw aACoAaSam8Ssq8lWfups/X2ZYJAma7RLvt8BCS1mNWXTujuSULfc9Rzv7eitN0B7nV6Q Aul0Mzq42mITIwMqhnWd5VN6dvsTnkbNTy57emLj8sEQGQVOYmF80C7VLfCFHW9M/qDS jhLw== X-Gm-Message-State: AHYfb5j0tL4XAOaLCDFYTpmGpMeoeQ9VlVPj6SjVWSnzz0bxe4y6NQQX bWv5m3DiPK4y34Jb X-Received: by 10.223.136.176 with SMTP id f45mr12636986wrf.289.1502455738467; Fri, 11 Aug 2017 05:48:58 -0700 (PDT) Received: from localhost (nat-35.starnet.cz. [178.255.168.35]) by smtp.gmail.com with ESMTPSA id e5sm1087531wre.24.2017.08.11.05.48.57 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 11 Aug 2017 05:48:57 -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 v2] net: phy: Use tab for indentation in Kconfig Date: Fri, 11 Aug 2017 14:48:53 +0200 Message-Id: <1b8d37ce323728c072e08f5683f2421f62fa297c.1502455731.git.michal.simek@xilinx.com> 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 indentaion Signed-off-by: Michal Simek Reviewed-by: Andrew Lunn --- 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 bf73969a9d2b..81683a9677e9 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" @@ -377,21 +377,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