Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20cc6bef authored by Lucas Correia Villa Real's avatar Lucas Correia Villa Real Committed by David S. Miller
Browse files

[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: default avatarLucas Correia Villa Real <lucasvr@gobolinux.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a5d3621
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -185,7 +185,7 @@ config NET_SCH_GRED
	depends on NET_SCHED
	depends on NET_SCHED
	help
	help
	  Say Y here if you want to use the Generic Random Early Detection
	  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
	  (see the top of <file:net/sched/sch_red.c> for details and
	  references about the algorithm).
	  references about the algorithm).