Commit 538c5902 authored by Jean-Luc Leger's avatar Jean-Luc Leger Committed by Linus Torvalds

[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: default avatarJean-Luc Leger <jean-luc.leger@dspnet.fr.eu.org>
Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5a9d6e06
...@@ -26,7 +26,7 @@ config INET_DCCP_DIAG ...@@ -26,7 +26,7 @@ config INET_DCCP_DIAG
config IP_DCCP_ACKVEC config IP_DCCP_ACKVEC
depends on IP_DCCP depends on IP_DCCP
def_bool N bool
source "net/dccp/ccids/Kconfig" source "net/dccp/ccids/Kconfig"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment