mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6 patch] cleanup default value of IP_DCCP_ACKVEC
@ 2006-04-15 22:39 Jean-Luc Léger
  0 siblings, 0 replies; only message in thread
From: Jean-Luc Léger @ 2006-04-15 22:39 UTC (permalink / raw)
  To: linux-kernel

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 Léger <jean-luc.leger@dspnet.fr.eu.org>

Index: linux-2.6.17-rc1/net/dccp/Kconfig
===================================================================
--- linux-2.6.17-rc1/net/dccp/Kconfig.old       2006-04-15 22:48:36.000000000 +0200
+++ linux-2.6.17-rc1/net/dccp/Kconfig   2006-04-15 22:50:48.000000000 +0200
@@ -26,7 +26,7 @@
 
 config IP_DCCP_ACKVEC
 	depends on IP_DCCP
-	def_bool N
+	bool
 
 source "net/dccp/ccids/Kconfig"
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-15 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-15 22:39 [2.6 patch] cleanup default value of IP_DCCP_ACKVEC Jean-Luc Léger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®