aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/sch_api.c')
-rw-r--r--net/sched/sch_api.c2
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;
1118reclassify: 1118reclassify: