aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_csum.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/act_csum.c')
-rw-r--r--net/sched/act_csum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_csum.c b/net/sched/act_csum.c
index 882124ceb70c..2c8ad7c86e43 100644
--- a/net/sched/act_csum.c
+++ b/net/sched/act_csum.c
@@ -397,7 +397,7 @@ static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh,
397 397
398 while (len > 1) { 398 while (len > 1) {
399 switch (xh[off]) { 399 switch (xh[off]) {
400 case IPV6_TLV_PAD0: 400 case IPV6_TLV_PAD1:
401 optlen = 1; 401 optlen = 1;
402 break; 402 break;
403 case IPV6_TLV_JUMBO: 403 case IPV6_TLV_JUMBO: