net/sched: Fix module name in Kconfig

Previous thread: ixgbe: Fix return of invalid txq by Linux Kernel Mailing List on Wednesday, February 10, 2010 - 8:59 am. (1 message)

Next thread: dccp: fix auto-loading of dccp(_probe) by Linux Kernel Mailing List on Wednesday, February 10, 2010 - 8:59 am. (1 message)
From: Linux Kernel Mailing List
Date: Wednesday, February 10, 2010 - 8:59 am

Gitweb:     http://git.kernel.org/linus/d4ae20b3799e0b6fa0d832a645a422da9f239868
Commit:     d4ae20b3799e0b6fa0d832a645a422da9f239868
Parent:     2d171886b183982feb03446997c65e9e212b948e
Author:     Jan Luebbe <jluebbe@debian.org>
AuthorDate: Mon Feb 8 22:41:44 2010 -0800
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Mon Feb 8 22:41:44 2010 -0800

    net/sched: Fix module name in Kconfig
    
    The action modules have been prefixed with 'act_', but the Kconfig
    description was not changed.
    
    Signed-off-by: Jan Luebbe <jluebbe@debian.org>
    Acked-by: Jamal Hadi Salim <hadi@cyberus.ca>
    Signed-off-by: David S. Miller <davem@davemloft.net>
---
 net/sched/Kconfig |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 929218a..21f9c76 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -433,7 +433,7 @@ config NET_ACT_POLICE
 	  module.
 
 	  To compile this code as a module, choose M here: the
-	  module will be called police.
+	  module will be called act_police.
 
 config NET_ACT_GACT
         tristate "Generic actions"
@@ -443,7 +443,7 @@ config NET_ACT_GACT
 	  accepting packets.
 
 	  To compile this code as a module, choose M here: the
-	  module will be called gact.
+	  module will be called act_gact.
 
 config GACT_PROB
         bool "Probability support"
@@ -459,7 +459,7 @@ config NET_ACT_MIRRED
 	  other devices.
 
 	  To compile this code as a module, choose M here: the
-	  module will be called mirred.
+	  module will be called act_mirred.
 
 config NET_ACT_IPT
         tristate "IPtables targets"
@@ -469,7 +469,7 @@ config NET_ACT_IPT
 	  classification.
 
 	  To compile this code as a module, choose M here: the
-	  module will be called ipt.
+	  module will be called act_ipt.
 
 config NET_ACT_NAT
         tristate "Stateless NAT"
@@ -479,7 +479,7 @@ config NET_ACT_NAT
 	  netfilter for NAT unless you know what you are ...
Previous thread: ixgbe: Fix return of invalid txq by Linux Kernel Mailing List on Wednesday, February 10, 2010 - 8:59 am. (1 message)

Next thread: dccp: fix auto-loading of dccp(_probe) by Linux Kernel Mailing List on Wednesday, February 10, 2010 - 8:59 am. (1 message)