[PATCH] IPVS' Kconfig LBLC and LBLCR configuration typo

From: Alberto Bertogli (albertogli@telpin.com.ar)
Date: Mon Jul 14 2003 - 09:03:50 EST


Hi there!

The following patch fixes what looks like a typo in ipvs' Kconfig
(net/ipv4/ipvs/Kconfig).

Both the IP_VS_LBLC and IP_VS_LBLCR schedulings have the same tristate
line (well, not the same, IP_VS_LBLCR's has a 'g' missing at the end):

tristate "locality-based least-connection with replication scheduling"

But it looks like LBLC should be "locality-based least-connection
scheduling" and LBLCR "locality-based least-connection with replication
scheduling".

Thanks,
                Alberto

--- Kconfig.orig 2003-07-14 10:32:06.000000000 -0300
+++ Kconfig 2003-07-14 10:32:57.000000000 -0300
@@ -147,7 +147,7 @@
           unsure, say N.
 
 config IP_VS_LBLC
- tristate "locality-based least-connection with replication scheduling"
+ tristate "locality-based least-connection scheduling"
         depends on IP_VS
         ---help---
           The locality-based least-connection scheduling algorithm is for
@@ -163,7 +163,7 @@
           unsure, say N.
 
 config IP_VS_LBLCR
- tristate "locality-based least-connection with replication schedulin"
+ tristate "locality-based least-connection with replication scheduling"
         depends on IP_VS
         ---help---
           The locality-based least-connection with replication scheduling

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:52 EST