commit | 66c6f529c31e2886536aad4b2320d566deb1f150 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 20 18:07:51 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Dec 02 21:27:19 2006 -0800 |
tree | 6237e856b5850112206efd72eeb1a7bbc8af2072 | |
parent | ff1dcadb1b55dbf471c5ed109dbbdf06bd19ef3b [diff] [blame] |
[NET]: net/sched annotations. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index b0e9108..6b38294 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h
@@ -144,7 +144,7 @@ void *root; int (*classify)(struct sk_buff*, struct tcf_proto*, struct tcf_result *); - u32 protocol; + __be16 protocol; /* All the rest */ u32 prio;