diff options
author | Eldad Zack <eldad@fogrefinery.com> | 2012-04-01 07:49:02 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-02 04:33:45 -0400 |
commit | d94d34a0664b296fd1593a96ccc9c97a94dfd43d (patch) | |
tree | 413108445a6c99372f766b970415b6e524628c0a /net/ipv6/addrconf_core.c | |
parent | 3e866703cbf8a832cd857426c5a9989b16037138 (diff) | |
download | linux-d94d34a0664b296fd1593a96ccc9c97a94dfd43d.tar.gz linux-d94d34a0664b296fd1593a96ccc9c97a94dfd43d.tar.bz2 linux-d94d34a0664b296fd1593a96ccc9c97a94dfd43d.zip |
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/ipv6/addrconf_core.c')
-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 @@ static inline unsigned ipv6_addr_scope2type(unsigned scope) { - switch(scope) { + switch (scope) { case IPV6_ADDR_SCOPE_NODELOCAL: return (IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_NODELOCAL) | IPV6_ADDR_LOOPBACK); |