From: Lucas Correia Villa Real Date: Tue, 3 May 2005 21:34:20 +0000 (-0700) Subject: [PKT_SCHED]: fix typo on Kconfig X-Git-Tag: v2.6.12-rc4~117^2~23^2~17 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=20cc6befa23bb993cf4a4c58becb1dd99e7fc927;p=karo-tx-linux.git [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 Signed-off-by: David S. Miller --- diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 9c118baed9dc..b0941186f867 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -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 for details and references about the algorithm).