diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-20 21:07:51 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:27:19 -0500 |
commit | 66c6f529c31e2886536aad4b2320d566deb1f150 (patch) | |
tree | 6237e856b5850112206efd72eeb1a7bbc8af2072 /net/sched/sch_api.c | |
parent | ff1dcadb1b55dbf471c5ed109dbbdf06bd19ef3b (diff) |
[NET]: net/sched annotations.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_api.c')
-rw-r--r-- | net/sched/sch_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_api.c b/net/sched/sch_api.c index 0b6489291140..d99802f3023d 100644 --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c | |||
@@ -1112,7 +1112,7 @@ int tc_classify(struct sk_buff *skb, struct tcf_proto *tp, | |||
1112 | struct tcf_result *res) | 1112 | struct tcf_result *res) |
1113 | { | 1113 | { |
1114 | int err = 0; | 1114 | int err = 0; |
1115 | u32 protocol = skb->protocol; | 1115 | __be16 protocol = skb->protocol; |
1116 | #ifdef CONFIG_NET_CLS_ACT | 1116 | #ifdef CONFIG_NET_CLS_ACT |
1117 | struct tcf_proto *otp = tp; | 1117 | struct tcf_proto *otp = tp; |
1118 | reclassify: | 1118 | reclassify: |