From: Hongbin Wang Date: Thu, 29 Sep 2022 06:12:05 +0000 (-0400) Subject: ip6_vti:Remove the space before the comma X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f5ef005310d4820926c76bc1e94d4d2a0e49d97;p=linux.git ip6_vti:Remove the space before the comma There should be no space before the comma Signed-off-by: Hongbin Wang Signed-off-by: David S. Miller --- diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c index 1ddd60d06830b..151337d7f67b4 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); }