Skip to content

Commit 21eb218

Browse files
Zhi Yong Wudavem330
authored andcommitted
net, sch: fix the typo in register_qdisc()
Signed-off-by: Zhi Yong Wu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 855abcf commit 21eb218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/sched/sch_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ static DEFINE_RWLOCK(qdisc_mod_lock);
135135

136136
static struct Qdisc_ops *qdisc_base;
137137

138-
/* Register/uregister queueing discipline */
138+
/* Register/unregister queueing discipline */
139139

140140
int register_qdisc(struct Qdisc_ops *qops)
141141
{

0 commit comments

Comments
 (0)