]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/ipv6/addrconf_core.c
net/ipv6/addrconf_core.c: Checkpatch cleanup
[mirror_ubuntu-artful-kernel.git] / net / ipv6 / addrconf_core.c
index 399287e595d7cb74c9018009305710077d30827a..7981bde575755f22d08b017af1c35cd0b1c8ffce 100644 (file)
@@ -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);