summaryrefslogtreecommitdiffstats
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 8a046514f..0b54fbde0 100644
--- a/net/sched/sch_api.c
+++ b/net/sched/sch_api.c
@@ -1203,7 +1203,7 @@ int __init pktsched_init(void)
#define INIT_QDISC(name) { \
extern struct Qdisc_ops name##_qdisc_ops; \
- register_qdisc(&##name##_qdisc_ops); \
+ register_qdisc(& name##_qdisc_ops); \
}
INIT_QDISC(pfifo);