All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] ipv6: trivial whitespace fix
@ 2015-08-14 21:43 Ian Morris
  2015-08-17 21:34 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ian Morris @ 2015-08-14 21:43 UTC (permalink / raw)
  To: netdev; +Cc: Ian Morris

Change brace placement to be in line with coding standards

Signed-off-by: Ian Morris <ipm@chirality.org.uk>
---
 net/ipv6/udp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/ipv6/udp.c b/net/ipv6/udp.c
index e51fc3e..0aba654 100644
--- a/net/ipv6/udp.c
+++ b/net/ipv6/udp.c
@@ -1496,7 +1496,8 @@ int __net_init udp6_proc_init(struct net *net)
 	return udp_proc_register(net, &udp6_seq_afinfo);
 }
 
-void udp6_proc_exit(struct net *net) {
+void udp6_proc_exit(struct net *net)
+{
 	udp_proc_unregister(net, &udp6_seq_afinfo);
 }
 #endif /* CONFIG_PROC_FS */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next] ipv6: trivial whitespace fix
  2015-08-14 21:43 [PATCH net-next] ipv6: trivial whitespace fix Ian Morris
@ 2015-08-17 21:34 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-08-17 21:34 UTC (permalink / raw)
  To: ipm; +Cc: netdev

From: Ian Morris <ipm@chirality.org.uk>
Date: Fri, 14 Aug 2015 22:43:38 +0100

> Change brace placement to be in line with coding standards
> 
> Signed-off-by: Ian Morris <ipm@chirality.org.uk>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-17 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-14 21:43 [PATCH net-next] ipv6: trivial whitespace fix Ian Morris
2015-08-17 21:34 ` David Miller

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.