* [PATCH net] net: sungem_phy: fix code indentation
@ 2021-11-08 6:59 Jεan Sacren
2021-11-09 11:50 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Jεan Sacren @ 2021-11-08 6:59 UTC (permalink / raw)
To: davem, kuba, jens, jeff, linas, arnd.bergmann, netdev
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>
---
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 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)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] net: sungem_phy: fix code indentation
2021-11-08 6:59 [PATCH net] net: sungem_phy: fix code indentation Jεan Sacren
@ 2021-11-09 11:50 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-11-09 11:50 UTC (permalink / raw)
To: =?utf-8?q?J=CE=B5an_Sacren_=3Csakiwit=40gmail=2Ecom=3E?=
Cc: davem, kuba, jens, jeff, linas, arnd.bergmann, netdev
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-09 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 6:59 [PATCH net] net: sungem_phy: fix code indentation Jεan Sacren
2021-11-09 11:50 ` patchwork-bot+netdevbpf
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.