Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134419
b: refs/heads/master
c: 149490f
h: refs/heads/master
i:
  134417: 1c4d5c3
  134415: 7b724ef
v: v3
  • Loading branch information
Jarek Poplawski authored and David S. Miller committed Feb 10, 2009
1 parent e431322 commit 9686f09
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: d54e6d872767ae6512978f86a35d623a8ed948c5
refs/heads/master: 149490f131ab532a3b9e8806249a0e730994cdf6
2 changes: 1 addition & 1 deletion trunk/net/sched/sch_multiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static int multiq_tune(struct Qdisc *sch, struct nlattr *opt)
int i;

if (!netif_is_multiqueue(qdisc_dev(sch)))
return -EINVAL;
return -EOPNOTSUPP;
if (nla_len(opt) < sizeof(*qopt))
return -EINVAL;

Expand Down

0 comments on commit 9686f09

Please sign in to comment.