Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167530
b: refs/heads/master
c: 53f7e35
h: refs/heads/master
v: v3
  • Loading branch information
jamal authored and David S. Miller committed Oct 12, 2009
1 parent 72ddbd6 commit cdd9b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d1f6803a58e827fda7b810dcb7cbdb490d32ab9e
refs/heads/master: 53f7e35f8b7fc2f5620a863ac613bcf3080cb6ba
2 changes: 1 addition & 1 deletion trunk/net/sched/act_pedit.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static struct tcf_hashinfo pedit_hash_info = {
};

static const struct nla_policy pedit_policy[TCA_PEDIT_MAX + 1] = {
[TCA_PEDIT_PARMS] = { .len = sizeof(struct tcf_pedit) },
[TCA_PEDIT_PARMS] = { .len = sizeof(struct tc_pedit) },
};

static int tcf_pedit_init(struct nlattr *nla, struct nlattr *est,
Expand Down

0 comments on commit cdd9b42

Please sign in to comment.