net: sungem_phy: fix code indentation
authorJean Sacren <sakiwit@gmail.com>
Mon, 8 Nov 2021 06:59:41 +0000 (23:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Nov 2021 11:45:54 +0000 (11:45 +0000)
Remove extra space in front of the return statement.

Fixes: eb5b5b2ff96e ("sungem_phy: support bcm5461 phy, autoneg.")
Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sungem_phy.c

index 291fa449993fb553d2f937440957a238fb2cf419..4daac5fda073cf75623c5fa6bacb70233f0da0f3 100644 (file)
@@ -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)