diff mbox series

[v2] net: phy: replace spaces by tabs

Message ID 20201023100030.9461-1-o.rempel@pengutronix.de
State Deferred
Delegated to: David Miller
Headers show
Series [v2] net: phy: replace spaces by tabs | expand

Checks

Context Check Description
jkicinski/cover_letter success Link
jkicinski/fixes_present success Link
jkicinski/patch_count success Link
jkicinski/tree_selection success Guessed tree name to be net-next
jkicinski/subject_prefix warning Target tree name not specified in the subject
jkicinski/source_inline success Was 0 now: 0
jkicinski/verify_signedoff success Link
jkicinski/module_param success Was 0 now: 0
jkicinski/build_32bit success Errors and warnings before: 0 this patch: 0
jkicinski/kdoc success Errors and warnings before: 0 this patch: 0
jkicinski/verify_fixes success Link
jkicinski/checkpatch fail CHECK: Avoid CamelCase: <baseCR4_Full> CHECK: Avoid CamelCase: <baseKR4_Full> CHECK: Avoid CamelCase: <baseLR4_Full> CHECK: Avoid CamelCase: <baseSR4_Full> ERROR: space prohibited after that open parenthesis '(' ERROR: space prohibited before that close parenthesis ')'
jkicinski/build_allmodconfig_warn success Errors and warnings before: 0 this patch: 0
jkicinski/header_inline success Link
jkicinski/stable success Stable not CCed

Commit Message

Oleksij Rempel Oct. 23, 2020, 10 a.m. UTC
This patch replaces the spaces in the indention of the 56G PHYs by
proper tabs.

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

Comments

Andrew Lunn Oct. 23, 2020, 1:09 p.m. UTC | #1
On Fri, Oct 23, 2020 at 12:00:30PM +0200, Oleksij Rempel wrote:
> This patch replaces the spaces in the indention of the 56G PHYs by
> proper tabs.

Hi Oleksij

The change itself is O.K.

However, please put in the subject line which tree it is for,

[PATCH net-next v2] ...

Also, net next is closed at the moment, since the merge window is
open. Jakub will send an email once it opens again next week. Please
resend then.

       Andrew
diff mbox series

Patch

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		),