Commit d94d34a0 authored by Eldad Zack's avatar Eldad Zack Committed by David S. Miller

net/ipv6/addrconf_core.c: Checkpatch cleanup

addrconf_core.c:13: ERROR: space required before the open parenthesis '('
Signed-off-by: default avatarEldad Zack <eldad@fogrefinery.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3e866703
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
static inline unsigned ipv6_addr_scope2type(unsigned scope) static inline unsigned ipv6_addr_scope2type(unsigned scope)
{ {
switch(scope) { switch (scope) {
case IPV6_ADDR_SCOPE_NODELOCAL: case IPV6_ADDR_SCOPE_NODELOCAL:
return (IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_NODELOCAL) | return (IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_NODELOCAL) |
IPV6_ADDR_LOOPBACK); IPV6_ADDR_LOOPBACK);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment