* [PATCH] ip6_vti:Remove the space before the comma
@ 2022-09-29 6:12 Hongbin Wang
2022-09-30 12:30 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Hongbin Wang @ 2022-09-29 6:12 UTC (permalink / raw)
To: steffen.klassert
Cc: herbert, davem, yoshfuji, dsahern, edumazet, kuba, pabeni, netdev,
linux-kernel
There should be no space before the comma
Signed-off-by: Hongbin Wang <wh_bin@126.com>
---
net/ipv6/ip6_vti.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c
index 8fe59a79e800..f1572449bdc9 100644
--- a/net/ipv6/ip6_vti.c
+++ b/net/ipv6/ip6_vti.c
@@ -154,7 +154,7 @@ vti6_tnl_link(struct vti6_net *ip6n, struct ip6_tnl *t)
{
struct ip6_tnl __rcu **tp = vti6_tnl_bucket(ip6n, &t->parms);
- rcu_assign_pointer(t->next , rtnl_dereference(*tp));
+ rcu_assign_pointer(t->next, rtnl_dereference(*tp));
rcu_assign_pointer(*tp, t);
}
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ip6_vti:Remove the space before the comma
2022-09-29 6:12 [PATCH] ip6_vti:Remove the space before the comma Hongbin Wang
@ 2022-09-30 12:30 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-30 12:30 UTC (permalink / raw)
To: Hongbin Wang
Cc: steffen.klassert, herbert, davem, yoshfuji, dsahern, edumazet,
kuba, pabeni, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Thu, 29 Sep 2022 02:12:05 -0400 you wrote:
> There should be no space before the comma
>
> Signed-off-by: Hongbin Wang <wh_bin@126.com>
> ---
> net/ipv6/ip6_vti.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Here is the summary with links:
- ip6_vti:Remove the space before the comma
https://git.kernel.org/netdev/net-next/c/0f5ef005310d
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:[~2022-09-30 12:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-29 6:12 [PATCH] ip6_vti:Remove the space before the comma Hongbin Wang
2022-09-30 12:30 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).