Message ID | 20211108065941.2548-1-sakiwit@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 54f0bad6686cdc50a3f4c5f7c4252c5018511459 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net] net: sungem_phy: fix code indentation | expand |
Hello: This patch was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>: On Sun, 7 Nov 2021 23:59:41 -0700 you wrote: > From: Jean Sacren <sakiwit@gmail.com> > > 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> > > [...] Here is the summary with links: - [net] net: sungem_phy: fix code indentation https://git.kernel.org/netdev/net/c/54f0bad6686c You are awesome, thank you!
diff --git a/drivers/net/sungem_phy.c b/drivers/net/sungem_phy.c index 291fa449993f..4daac5fda073 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)