All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] net: phy: Use tab for indentation in Kconfig
@ 2017-08-11 12:48 Michal Simek
  2017-08-11 13:33 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2017-08-11 12:48 UTC (permalink / raw)
  To: linux-kernel, monstr; +Cc: David Miller, netdev, Andrew Lunn, Florian Fainelli

Using tabs instead of space for indentaion

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---

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:
-	       <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
@@ -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
 
-- 
1.9.1

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

* Re: [PATCH v2] net: phy: Use tab for indentation in Kconfig
  2017-08-11 12:48 [PATCH v2] net: phy: Use tab for indentation in Kconfig Michal Simek
@ 2017-08-11 13:33 ` Andrew Lunn
  2017-08-14 13:51   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2017-08-11 13:33 UTC (permalink / raw)
  To: Michal Simek; +Cc: linux-kernel, monstr, David Miller, netdev, Florian Fainelli

On Fri, Aug 11, 2017 at 02:48:53PM +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>

Hi Michal

Thanks for rebasing. 

FYI:

It is normal to put net-next in the patch subject to indicate this:

[Patch v2 net-next] Using tabs instead of space for indentaion

Ah! I just noticed. 'indentation' has a second T.

       Andrew

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

* Re: [PATCH v2] net: phy: Use tab for indentation in Kconfig
  2017-08-11 13:33 ` Andrew Lunn
@ 2017-08-14 13:51   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2017-08-14 13:51 UTC (permalink / raw)
  To: Andrew Lunn, Michal Simek
  Cc: linux-kernel, monstr, David Miller, netdev, Florian Fainelli

On 11.8.2017 15:33, Andrew Lunn wrote:
> On Fri, Aug 11, 2017 at 02:48:53PM +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>
> 
> Hi Michal
> 
> Thanks for rebasing. 
> 
> FYI:
> 
> It is normal to put net-next in the patch subject to indicate this:
> 
> [Patch v2 net-next] Using tabs instead of space for indentaion
> 
> Ah! I just noticed. 'indentation' has a second T.

ok. I have sent v3 with this fix and add net-next there.

Thanks,
Michal

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

end of thread, other threads:[~2017-08-14 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-11 12:48 [PATCH v2] net: phy: Use tab for indentation in Kconfig Michal Simek
2017-08-11 13:33 ` Andrew Lunn
2017-08-14 13:51   ` 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.