Skip to content

Commit

Permalink
net: sungem_phy: fix code indentation
Browse files Browse the repository at this point in the history
Remove extra space in front of the return statement.

Fixes: eb5b5b2 ("sungem_phy: support bcm5461 phy, autoneg.")
Signed-off-by: Jean Sacren <sakiwit@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Jean Sacren authored and David S. Miller committed Nov 9, 2021
1 parent c45231a commit 54f0bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/sungem_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 54f0bad

Please sign in to comment.