Skip to content

Commit

Permalink
[PATCH] clean up default value of IP_DCCP_ACKVEC
Browse files Browse the repository at this point in the history
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 <jean-luc.leger@dspnet.fr.eu.org>
Cc: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Jean-Luc Leger authored and Linus Torvalds committed Jun 23, 2006
1 parent 5a9d6e0 commit 538c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/dccp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 538c590

Please sign in to comment.