tree 202746f0afc2eed818b14334a328c47b07db755b
parent 9e566d8bd61f939b7f5d7d969f5b178571471cf9
author Hans-Juergen Tappe (SYSGO AG) <[EMAIL PROTECTED]> Thu, 28 Jul 2005 
03:00:04 -0700
committer David S. Miller <[EMAIL PROTECTED]> Thu, 28 Jul 2005 03:00:04 -0700

[IPV4]: Fix Kconfig syntax error

From: "Hans-Juergen Tappe (SYSGO AG)" <[EMAIL PROTECTED]>

Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 net/ipv4/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH
 
 config IP_ROUTE_MULTIPATH_CACHED
        bool "IP: equal cost multipath with caching support (EXPERIMENTAL)"
-       depends on: IP_ROUTE_MULTIPATH
+       depends on IP_ROUTE_MULTIPATH
        help
          Normally, equal cost multipath routing is not supported by the
          routing cache. If you say Y here, alternative routes are cached
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to