From: Eldad Zack Date: Sun, 1 Apr 2012 07:49:02 +0000 (+0000) Subject: net/ipv6/addrconf_core.c: Checkpatch cleanup X-Git-Tag: v3.5-rc1~109^2~671 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d94d34a0664b296fd1593a96ccc9c97a94dfd43d;p=thirdparty%2Flinux.git net/ipv6/addrconf_core.c: Checkpatch cleanup addrconf_core.c:13: ERROR: space required before the open parenthesis '(' Signed-off-by: Eldad Zack Signed-off-by: David S. Miller --- diff --git a/net/ipv6/addrconf_core.c b/net/ipv6/addrconf_core.c index 399287e595d7c..7981bde575755 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);