Thread (14 messages) 14 messages, 6 authors, 2014-03-29

Re: [PATCH net-next v2 3/3] ipv6: fix checkpatch errors of "foo*" and "foo * bar"

From: Joe Perches <joe@perches.com>
Date: 2014-03-28 04:22:05

On Fri, 2014-03-28 at 12:07 +0800, Wangyufen wrote:
[]
quoted hunk ↗ jump to hunk
diff --git a/net/ipv6/ip6_fib.c b/net/ipv6/ip6_fib.c
[]
quoted hunk ↗ jump to hunk
@@ -143,7 +143,7 @@ static __inline__ __be32 addr_bit_set(const void *token, int fn_bit)
 	       addr[fn_bit >> 5];
 }
Perhaps all the __inline__ uses could be changed to inline too.
quoted hunk ↗ jump to hunk
-static __inline__ struct fib6_node * node_alloc(void)
+static __inline__ struct fib6_node *node_alloc(void)
 {
 	struct fib6_node *fn;
 
@@ -152,7 +152,7 @@ static __inline__ struct fib6_node * node_alloc(void)
 	return fn;
 }
 
-static __inline__ void node_free(struct fib6_node * fn)
+static __inline__ void node_free(struct fib6_node *fn)
 {
 	kmem_cache_free(fib6_node_kmem, fn);
 }
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help