mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[PKT_SCHED]: fix typo on Kconfig
This is a trivial fix for a typo on Kconfig, where the Generic Random Early Detection algorithm is abbreviated as RED instead of GRED. Signed-off-by: Lucas Correia Villa Real <lucasvr@gobolinux.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6a5d362120
commit
20cc6befa2
@ -185,7 +185,7 @@ config NET_SCH_GRED
|
||||
depends on NET_SCHED
|
||||
help
|
||||
Say Y here if you want to use the Generic Random Early Detection
|
||||
(RED) packet scheduling algorithm for some of your network devices
|
||||
(GRED) packet scheduling algorithm for some of your network devices
|
||||
(see the top of <file:net/sched/sch_red.c> for details and
|
||||
references about the algorithm).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user