* [PATCH] fix whitespace errors found by checkpatch.pl
@ 2015-03-17 11:54 Kevin Mulvey
2015-03-17 19:21 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Kevin Mulvey @ 2015-03-17 11:54 UTC (permalink / raw)
To: David S. Miller, Alexey Kuznetsov, James Morris,
Hideaki YOSHIFUJI, Patrick McHardy, Steffen Klassert, Herbert Xu,
netdev, linux-kernel
Cc: Kevin Mulvey
make checkpatch happier by fixing some whitespace
in ip6_tunnel.c and ip6_vti.c
Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
---
net/ipv6/ip6_tunnel.c | 2 +-
net/ipv6/ip6_vti.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv6/ip6_tunnel.c b/net/ipv6/ip6_tunnel.c
index 266a264..892074a 100644
--- a/net/ipv6/ip6_tunnel.c
+++ b/net/ipv6/ip6_tunnel.c
@@ -250,7 +250,7 @@ ip6_tnl_link(struct ip6_tnl_net *ip6n, struct ip6_tnl *t)
{
struct ip6_tnl __rcu **tp = ip6_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);
}
diff --git a/net/ipv6/ip6_vti.c b/net/ipv6/ip6_vti.c
index 5fb9e21..48a6bc7 100644
--- a/net/ipv6/ip6_vti.c
+++ b/net/ipv6/ip6_vti.c
@@ -156,7 +156,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.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] fix whitespace errors found by checkpatch.pl
2015-03-17 11:54 [PATCH] fix whitespace errors found by checkpatch.pl Kevin Mulvey
@ 2015-03-17 19:21 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-03-17 19:21 UTC (permalink / raw)
To: kevin
Cc: kuznet, jmorris, yoshfuji, kaber, steffen.klassert, herbert,
netdev, linux-kernel, kmulvey
From: Kevin Mulvey <kevin@kevinmulvey.net>
Date: Tue, 17 Mar 2015 07:54:47 -0400
> make checkpatch happier by fixing some whitespace
> in ip6_tunnel.c and ip6_vti.c
>
> Signed-off-by: Kevin Mulvey <kmulvey@linux.com>
Your Subject line should specify a subsystem prefix, followed by a colon
character, indicating the area of the kernel where you are making
changes.
In this particular case, "ipv6: " would be an appropriate one to use.
Otherwise in the shortlog, it is impossible to determine where a commit
might be making changes.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-17 19:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 11:54 [PATCH] fix whitespace errors found by checkpatch.pl Kevin Mulvey
2015-03-17 19:21 ` David Miller
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).