All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net: phy: Use tab for indentation in Kconfig
@ 2017-08-08  9:32 Michal Simek
  2017-08-08 14:10 ` Andrew Lunn
  2017-08-09  4:05 ` David Miller
  0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2017-08-08  9:32 UTC (permalink / raw)
  To: linux-kernel, monstr; +Cc: netdev, Andrew Lunn, Florian Fainelli

Using tabs instead of space for indentaion

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 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 928fd892f167..5d8cce3fab57 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
@@ -107,11 +107,11 @@ config MDIO_HISI_FEMAC
 	  Hisilicon SoC that have an Fast Ethernet MAC.
 
 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"
@@ -172,7 +172,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:
-	       <mii bus id>:<phy>:<speed>
+	      <mii bus id>:<phy>:<speed>
 
 	  Where speed is in the form:
 		<Speed in megabits>Mbps or <Speed in gigabits>Gbps
@@ -186,9 +186,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"
@@ -352,21 +352,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
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: phy: Use tab for indentation in Kconfig
  2017-08-08  9:32 [PATCH] net: phy: Use tab for indentation in Kconfig Michal Simek
@ 2017-08-08 14:10 ` Andrew Lunn
  2017-08-09  4:05 ` David Miller
  1 sibling, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2017-08-08 14:10 UTC (permalink / raw)
  To: Michal Simek; +Cc: linux-kernel, monstr, netdev, Florian Fainelli

On Tue, Aug 08, 2017 at 11:32:25AM +0200, Michal Simek wrote:
> Using tabs instead of space for indentaion
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: phy: Use tab for indentation in Kconfig
  2017-08-08  9:32 [PATCH] net: phy: Use tab for indentation in Kconfig Michal Simek
  2017-08-08 14:10 ` Andrew Lunn
@ 2017-08-09  4:05 ` David Miller
  2017-08-11 12:50   ` Michal Simek
  1 sibling, 1 reply; 4+ messages in thread
From: David Miller @ 2017-08-09  4:05 UTC (permalink / raw)
  To: michal.simek; +Cc: linux-kernel, monstr, netdev, andrew, f.fainelli

From: Michal Simek <michal.simek@xilinx.com>
Date: Tue,  8 Aug 2017 11:32:25 +0200

> Using tabs instead of space for indentaion
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>

This really isn't appropriate for the 'net' tree, it doesn't fix
anything it just makes the spacing consistent.

Please respin this patch against net-next, thank you.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] net: phy: Use tab for indentation in Kconfig
  2017-08-09  4:05 ` David Miller
@ 2017-08-11 12:50   ` Michal Simek
  0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2017-08-11 12:50 UTC (permalink / raw)
  To: David Miller, michal.simek
  Cc: linux-kernel, monstr, netdev, andrew, f.fainelli


[-- Attachment #1.1: Type: text/plain, Size: 762 bytes --]

On 9.8.2017 06:05, David Miller wrote:
> From: Michal Simek <michal.simek@xilinx.com>
> Date: Tue,  8 Aug 2017 11:32:25 +0200
> 
>> Using tabs instead of space for indentaion
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> 
> This really isn't appropriate for the 'net' tree, it doesn't fix
> anything it just makes the spacing consistent.
> 
> Please respin this patch against net-next, thank you.

v2 sent rebased on the top of net-next.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-11 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-08  9:32 [PATCH] net: phy: Use tab for indentation in Kconfig Michal Simek
2017-08-08 14:10 ` Andrew Lunn
2017-08-09  4:05 ` David Miller
2017-08-11 12:50   ` Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.