From: Jean Sacren Date: Mon, 8 Nov 2021 06:59:41 +0000 (-0700) Subject: net: sungem_phy: fix code indentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=54f0bad6686cdc50a3f4c5f7c4252c5018511459;p=linux.git 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 --- diff --git a/drivers/net/sungem_phy.c b/drivers/net/sungem_phy.c index 291fa449993fb..4daac5fda073c 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)