mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
net/ipv6/addrconf_core.c: Checkpatch cleanup
addrconf_core.c:13: ERROR: space required before the open parenthesis '('
Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3e866703cb
commit
d94d34a066
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue