aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sched/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index d3f7c3f9407a..8a74cac0be8c 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -97,7 +97,7 @@ config NET_SCH_ATM
97 select classes of this queuing discipline. Each class maps 97 select classes of this queuing discipline. Each class maps
98 the flow(s) it is handling to a given virtual circuit. 98 the flow(s) it is handling to a given virtual circuit.
99 99
100 See the top of <file:net/sched/sch_atm.c>) for more details. 100 See the top of <file:net/sched/sch_atm.c> for more details.
101 101
102 To compile this code as a module, choose M here: the 102 To compile this code as a module, choose M here: the
103 module will be called sch_atm. 103 module will be called sch_atm.
@@ -137,7 +137,7 @@ config NET_SCH_SFQ
137 tristate "Stochastic Fairness Queueing (SFQ)" 137 tristate "Stochastic Fairness Queueing (SFQ)"
138 ---help--- 138 ---help---
139 Say Y here if you want to use the Stochastic Fairness Queueing (SFQ) 139 Say Y here if you want to use the Stochastic Fairness Queueing (SFQ)
140 packet scheduling algorithm . 140 packet scheduling algorithm.
141 141
142 See the top of <file:net/sched/sch_sfq.c> for more details. 142 See the top of <file:net/sched/sch_sfq.c> for more details.
143 143
@@ -306,7 +306,7 @@ config NET_CLS_RSVP6
306 is important for real time data such as streaming sound or video. 306 is important for real time data such as streaming sound or video.
307 307
308 Say Y here if you want to be able to classify outgoing packets based 308 Say Y here if you want to be able to classify outgoing packets based
309 on their RSVP requests and you are using the IPv6. 309 on their RSVP requests and you are using the IPv6 protocol.
310 310
311 To compile this code as a module, choose M here: the 311 To compile this code as a module, choose M here: the
312 module will be called cls_rsvp6. 312 module will be called cls_rsvp6.