linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] net: phy: remove spaces
@ 2020-10-23  9:57 Oleksij Rempel
  2020-10-23 10:03 ` Oleksij Rempel
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksij Rempel @ 2020-10-23  9:57 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Florian Fainelli, Heiner Kallweit,
	Jakub Kicinski
  Cc: Oleksij Rempel, David Jander, kernel, linux-kernel, netdev,
	Russell King, mkl, Marek Vasut

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 drivers/net/phy/phy-core.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/net/phy/phy-core.c b/drivers/net/phy/phy-core.c
index 8d333d3084ed..635be83962b6 100644
--- a/drivers/net/phy/phy-core.c
+++ b/drivers/net/phy/phy-core.c
@@ -120,10 +120,10 @@ static const struct phy_setting settings[] = {
 	PHY_SETTING( 100000, FULL, 100000baseDR_Full		),
 	PHY_SETTING( 100000, FULL, 100000baseSR_Full		),
 	/* 56G */
-	PHY_SETTING(  56000, FULL,  56000baseCR4_Full	  	),
-	PHY_SETTING(  56000, FULL,  56000baseKR4_Full	  	),
-	PHY_SETTING(  56000, FULL,  56000baseLR4_Full	  	),
-	PHY_SETTING(  56000, FULL,  56000baseSR4_Full	  	),
+	PHY_SETTING(  56000, FULL,  56000baseCR4_Full		),
+	PHY_SETTING(  56000, FULL,  56000baseKR4_Full		),
+	PHY_SETTING(  56000, FULL,  56000baseLR4_Full		),
+	PHY_SETTING(  56000, FULL,  56000baseSR4_Full		),
 	/* 50G */
 	PHY_SETTING(  50000, FULL,  50000baseCR2_Full		),
 	PHY_SETTING(  50000, FULL,  50000baseKR2_Full		),
-- 
2.28.0


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

* Re: [PATCH v1] net: phy: remove spaces
  2020-10-23  9:57 [PATCH v1] net: phy: remove spaces Oleksij Rempel
@ 2020-10-23 10:03 ` Oleksij Rempel
  0 siblings, 0 replies; 2+ messages in thread
From: Oleksij Rempel @ 2020-10-23 10:03 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Florian Fainelli, Heiner Kallweit,
	Jakub Kicinski
  Cc: David Jander, kernel, linux-kernel, netdev, Russell King, mkl,
	Marek Vasut

Sorry for the noise, i'll reset v2 with proper commit message.

On Fri, Oct 23, 2020 at 11:57:09AM +0200, Oleksij Rempel wrote:
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
>  drivers/net/phy/phy-core.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/net/phy/phy-core.c b/drivers/net/phy/phy-core.c
> index 8d333d3084ed..635be83962b6 100644
> --- a/drivers/net/phy/phy-core.c
> +++ b/drivers/net/phy/phy-core.c
> @@ -120,10 +120,10 @@ static const struct phy_setting settings[] = {
>  	PHY_SETTING( 100000, FULL, 100000baseDR_Full		),
>  	PHY_SETTING( 100000, FULL, 100000baseSR_Full		),
>  	/* 56G */
> -	PHY_SETTING(  56000, FULL,  56000baseCR4_Full	  	),
> -	PHY_SETTING(  56000, FULL,  56000baseKR4_Full	  	),
> -	PHY_SETTING(  56000, FULL,  56000baseLR4_Full	  	),
> -	PHY_SETTING(  56000, FULL,  56000baseSR4_Full	  	),
> +	PHY_SETTING(  56000, FULL,  56000baseCR4_Full		),
> +	PHY_SETTING(  56000, FULL,  56000baseKR4_Full		),
> +	PHY_SETTING(  56000, FULL,  56000baseLR4_Full		),
> +	PHY_SETTING(  56000, FULL,  56000baseSR4_Full		),
>  	/* 50G */
>  	PHY_SETTING(  50000, FULL,  50000baseCR2_Full		),
>  	PHY_SETTING(  50000, FULL,  50000baseKR2_Full		),
> -- 
> 2.28.0
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

end of thread, other threads:[~2020-10-23 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23  9:57 [PATCH v1] net: phy: remove spaces Oleksij Rempel
2020-10-23 10:03 ` Oleksij Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).