From 54f0bad6686cdc50a3f4c5f7c4252c5018511459 Mon Sep 17 00:00:00 2001 From: Jean Sacren Date: Sun, 7 Nov 2021 23:59:41 -0700 Subject: [PATCH] net: sungem_phy: fix code indentation Remove extra space in front of the return statement. Fixes: eb5b5b2ff96e ("sungem_phy: support bcm5461 phy, autoneg.") Signed-off-by: Jean Sacren Signed-off-by: David S. Miller --- drivers/net/sungem_phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/sungem_phy.c b/drivers/net/sungem_phy.c index 291fa44..4daac5f 100644 --- a/drivers/net/sungem_phy.c +++ b/drivers/net/sungem_phy.c @@ -409,7 +409,7 @@ static int genmii_read_link(struct mii_phy *phy) * though magic-aneg shouldn't prevent this case from occurring */ - return 0; + return 0; } static int generic_suspend(struct mii_phy* phy) -- 2.7.4