aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorEldad Zack <eldad@fogrefinery.com>2012-04-01 03:49:02 -0400
committerDavid S. Miller <davem@davemloft.net>2012-04-02 04:33:45 -0400
commitd94d34a0664b296fd1593a96ccc9c97a94dfd43d (patch)
tree413108445a6c99372f766b970415b6e524628c0a /net
parent3e866703cbf8a832cd857426c5a9989b16037138 (diff)
net/ipv6/addrconf_core.c: Checkpatch cleanup
addrconf_core.c:13: ERROR: space required before the open parenthesis '(' Signed-off-by: Eldad Zack <eldad@fogrefinery.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/addrconf_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/addrconf_core.c b/net/ipv6/addrconf_core.c
index 399287e595d7..7981bde57575 100644
--- a/net/ipv6/addrconf_core.c
+++ b/net/ipv6/addrconf_core.c
@@ -10,7 +10,7 @@
10 10
11static inline unsigned ipv6_addr_scope2type(unsigned scope) 11static inline unsigned ipv6_addr_scope2type(unsigned scope)
12{ 12{
13 switch(scope) { 13 switch (scope) {
14 case IPV6_ADDR_SCOPE_NODELOCAL: 14 case IPV6_ADDR_SCOPE_NODELOCAL:
15 return (IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_NODELOCAL) | 15 return (IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_NODELOCAL) |
16 IPV6_ADDR_LOOPBACK); 16 IPV6_ADDR_LOOPBACK);