Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237477
b: refs/heads/master
c: 52bc974
h: refs/heads/master
i:
  237475: aacd645
v: v3
  • Loading branch information
Hagen Paul Pfeifer authored and David S. Miller committed Feb 25, 2011
1 parent a5ec655 commit 799aa4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ddc3731fcb712646e4a0f8e6117af6a153e9d36f
refs/heads/master: 52bc97470e22e67f11b054e51a31eee100ef6867
4 changes: 2 additions & 2 deletions trunk/net/sched/sch_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -1672,12 +1672,12 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp,
struct tcf_result *res)
{
int err = 0;
__be16 protocol;
#ifdef CONFIG_NET_CLS_ACT
__be16 protocol;
struct tcf_proto *otp = tp;
reclassify:
#endif
protocol = skb->protocol;
#endif

err = tc_classify_compat(skb, tp, res);
#ifdef CONFIG_NET_CLS_ACT
Expand Down

0 comments on commit 799aa4f

Please sign in to comment.