[NET] SCHED: Fix whitespace errors.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
7612713fb6
commit
10297b9931
@@ -9,7 +9,7 @@
|
||||
* Authors: Thomas Graf <tgraf@suug.ch>
|
||||
*
|
||||
* ==========================================================================
|
||||
*
|
||||
*
|
||||
* The metadata ematch compares two meta objects where each object
|
||||
* represents either a meta value stored in the kernel or a static
|
||||
* value provided by userspace. The objects are not provided by
|
||||
@@ -290,7 +290,7 @@ META_COLLECTOR(var_sk_bound_if)
|
||||
dst->len = 3;
|
||||
} else {
|
||||
struct net_device *dev;
|
||||
|
||||
|
||||
dev = dev_get_by_index(skb->sk->sk_bound_dev_if);
|
||||
*err = var_dev(dev, dst);
|
||||
if (dev)
|
||||
@@ -671,7 +671,7 @@ static inline struct meta_type_ops * meta_type_ops(struct meta_value *v)
|
||||
* Core
|
||||
**************************************************************************/
|
||||
|
||||
static inline int meta_get(struct sk_buff *skb, struct tcf_pkt_info *info,
|
||||
static inline int meta_get(struct sk_buff *skb, struct tcf_pkt_info *info,
|
||||
struct meta_value *v, struct meta_obj *dst)
|
||||
{
|
||||
int err = 0;
|
||||
@@ -753,7 +753,7 @@ static int em_meta_change(struct tcf_proto *tp, void *data, int len,
|
||||
struct rtattr *tb[TCA_EM_META_MAX];
|
||||
struct tcf_meta_hdr *hdr;
|
||||
struct meta_match *meta = NULL;
|
||||
|
||||
|
||||
if (rtattr_parse(tb, TCA_EM_META_MAX, data, len) < 0)
|
||||
goto errout;
|
||||
|
||||
@@ -822,7 +822,7 @@ static int em_meta_dump(struct sk_buff *skb, struct tcf_ematch *em)
|
||||
|
||||
rtattr_failure:
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
static struct tcf_ematch_ops em_meta_ops = {
|
||||
.kind = TCF_EM_META,
|
||||
@@ -839,7 +839,7 @@ static int __init init_em_meta(void)
|
||||
return tcf_em_register(&em_meta_ops);
|
||||
}
|
||||
|
||||
static void __exit exit_em_meta(void)
|
||||
static void __exit exit_em_meta(void)
|
||||
{
|
||||
tcf_em_unregister(&em_meta_ops);
|
||||
}
|
||||
|
Reference in New Issue
Block a user