Skip to content

Commit

Permalink
[PKT_SCHED]: Some typo fixes in net/sched/Kconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Gabriel Craciunescu authored and David S. Miller committed Jul 18, 2007
1 parent bd0bf07 commit 99acaeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/sched/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ config NET_SCH_ATM
select classes of this queuing discipline. Each class maps
the flow(s) it is handling to a given virtual circuit.

See the top of <file:net/sched/sch_atm.c>) for more details.
See the top of <file:net/sched/sch_atm.c> for more details.

To compile this code as a module, choose M here: the
module will be called sch_atm.
Expand Down Expand Up @@ -137,7 +137,7 @@ config NET_SCH_SFQ
tristate "Stochastic Fairness Queueing (SFQ)"
---help---
Say Y here if you want to use the Stochastic Fairness Queueing (SFQ)
packet scheduling algorithm .
packet scheduling algorithm.

See the top of <file:net/sched/sch_sfq.c> for more details.

Expand Down Expand Up @@ -306,7 +306,7 @@ config NET_CLS_RSVP6
is important for real time data such as streaming sound or video.

Say Y here if you want to be able to classify outgoing packets based
on their RSVP requests and you are using the IPv6.
on their RSVP requests and you are using the IPv6 protocol.

To compile this code as a module, choose M here: the
module will be called cls_rsvp6.
Expand Down

0 comments on commit 99acaeb

Please sign in to comment.