Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
ebc5dfd4
Commit
ebc5dfd4
authored
Jul 31, 2002
by
James Mayer
Committed by
Christoph Hellwig
Jul 31, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Typo in linux_net_sched_sch_ingress.c
parent
1ed8b381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
net/sched/sch_ingress.c
net/sched/sch_ingress.c
+2
-2
No files found.
net/sched/sch_ingress.c
View file @
ebc5dfd4
...
...
@@ -106,7 +106,7 @@ static int ingress_change(struct Qdisc *sch, u32 classid, u32 parent,
#endif
DPRINTK
(
"ingress_change(sch %p,[qdisc %p],classid %x,parent %x),"
"arg 0x%lx
\n
"
,
sch
,
p
,
classid
,
parent
,
*
arg
);
DPRINTK
(
"No effect. sch_ingress doesnt maintain classes at the moment"
);
DPRINTK
(
"No effect. sch_ingress doesn
'
t maintain classes at the moment"
);
return
0
;
}
...
...
@@ -118,7 +118,7 @@ static void ingress_walk(struct Qdisc *sch,struct qdisc_walker *walker)
struct
ingress_qdisc_data
*
p
=
PRIV
(
sch
);
#endif
DPRINTK
(
"ingress_walk(sch %p,[qdisc %p],walker %p)
\n
"
,
sch
,
p
,
walker
);
DPRINTK
(
"No effect. sch_ingress doesnt maintain classes at the moment"
);
DPRINTK
(
"No effect. sch_ingress doesn
'
t maintain classes at the moment"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment