Skip to content

Commit

Permalink
net/ipv6/addrconf_core.c: Checkpatch cleanup
Browse files Browse the repository at this point in the history
addrconf_core.c:13: ERROR: space required before the open parenthesis '('

Signed-off-by: Eldad Zack <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
eldad authored and davem330 committed Apr 2, 2012
1 parent 3e86670 commit d94d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv6/addrconf_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d94d34a

Please sign in to comment.