From: Jean-Luc Leger Date: Fri, 23 Jun 2006 09:05:22 +0000 (-0700) Subject: [PATCH] clean up default value of IP_DCCP_ACKVEC X-Git-Tag: v2.6.18-rc1~1081^2~64 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=538c5902b81cc384e93ad3834b6d4a0b3fcb2285;p=~shefty%2Frdma-dev.git [PATCH] clean up default value of IP_DCCP_ACKVEC Default values for boolean and tristate options can only be 'y', 'm' or 'n'. This patch removes wrong default for IP_DCCP_ACKVEC. Signed-off-by: Jean-Luc Leger Cc: Arnaldo Carvalho de Melo Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/net/dccp/Kconfig b/net/dccp/Kconfig index 7e096ba8454..859e3359fcd 100644 --- a/net/dccp/Kconfig +++ b/net/dccp/Kconfig @@ -26,7 +26,7 @@ config INET_DCCP_DIAG config IP_DCCP_ACKVEC depends on IP_DCCP - def_bool N + bool source "net/dccp/ccids/Kconfig"