From: Eldad Zack Date: Sun, 1 Apr 2012 07:49:02 +0000 (+0000) Subject: net/ipv6/addrconf_core.c: Checkpatch cleanup X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d94d34a0664b296fd1593a96ccc9c97a94dfd43d;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.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 399287e595d..7981bde5757 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);