projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e86670
)
net/ipv6/addrconf_core.c: Checkpatch cleanup
author
Eldad Zack
<eldad@fogrefinery.com>
Sun, 1 Apr 2012 07:49:02 +0000
(07:49 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 2 Apr 2012 08:33:45 +0000
(
04:33
-0400)
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>
net/ipv6/addrconf_core.c
patch
|
blob
|
history
diff --git
a/net/ipv6/addrconf_core.c
b/net/ipv6/addrconf_core.c
index
399287e
..
7981bde
100644
(file)
--- a/
net/ipv6/addrconf_core.c
+++ b/
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);