diff options
author | Eldad Zack <eldad@fogrefinery.com> | 2012-04-01 03:49:02 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-02 04:33:45 -0400 |
commit | d94d34a0664b296fd1593a96ccc9c97a94dfd43d (patch) | |
tree | 413108445a6c99372f766b970415b6e524628c0a /net | |
parent | 3e866703cbf8a832cd857426c5a9989b16037138 (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.c | 2 |
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 | ||
11 | static inline unsigned ipv6_addr_scope2type(unsigned scope) | 11 | static 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); |