From f147483366324dc67b9baa1fd0658182fb49b380 Mon Sep 17 00:00:00 2001 From: Eldad Zack Date: Sun, 1 Apr 2012 07:49:02 +0000 Subject: [PATCH] --- yaml --- r: 300428 b: refs/heads/master c: d94d34a0664b296fd1593a96ccc9c97a94dfd43d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/ipv6/addrconf_core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 609d93389fcb..00405dd9da2e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e866703cbf8a832cd857426c5a9989b16037138 +refs/heads/master: d94d34a0664b296fd1593a96ccc9c97a94dfd43d diff --git a/trunk/net/ipv6/addrconf_core.c b/trunk/net/ipv6/addrconf_core.c index 399287e595d7..7981bde57575 100644 --- a/trunk/net/ipv6/addrconf_core.c +++ b/trunk/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);