Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"