projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ecfd46
)
fib6_rules: fix indentation
author
Stefan Tomanek
<stefan.tomanek@wertarbyte.de>
Sun, 8 Sep 2013 15:09:43 +0000
(17:09 +0200)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Sep 2013 20:16:29 +0000
(16:16 -0400)
This change just removes two tabs from the source file.
Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/fib6_rules.c
patch
|
blob
|
history
diff --git
a/net/ipv6/fib6_rules.c
b/net/ipv6/fib6_rules.c
index a6c58ce43d34aaa878c6ea239e0ff7c3616bd302..e27591635f92c45306a33cb9513628751e93dd16 100644
(file)
--- a/
net/ipv6/fib6_rules.c
+++ b/
net/ipv6/fib6_rules.c
@@
-138,8
+138,8
@@
static bool fib6_rule_suppress(struct fib_rule *rule, struct fib_lookup_arg *arg
return false;
suppress_route:
-
ip6_rt_put(rt);
-
return true;
+ ip6_rt_put(rt);
+ return true;
}
static int fib6_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)